package obus

  1. Overview
  2. Docs
Pure Ocaml implementation of the D-Bus protocol

Install

Dune Dependency

Authors

Maintainers

Sources

obus-1.2.5.tar.gz
md5=81eb1034c6ef4421a2368a9b352199de
sha512=4b540497188a7d78f4f14f94c6b7fdff47dd06436a34e650ff378dd77bb3e2acb7afd45cd72daf4ddba06e732e9944d560c2882dc37862f1b1f1bb6df37e6205

doc/obus.network_manager/Nm_interfaces/Org_freedesktop_NetworkManager/index.html

Module Nm_interfaces.Org_freedesktop_NetworkManagerSource

Sourceval m_ActivateConnection : (string * OBus_path.t * OBus_path.t * OBus_path.t, OBus_path.t) OBus_member.Method.t
Sourceval m_DeactivateConnection : (OBus_path.t, unit) OBus_member.Method.t
Sourceval m_GetDevices : (unit, OBus_path.t list) OBus_member.Method.t
Sourceval m_Sleep : (bool, unit) OBus_member.Method.t
Sourceval s_PropertiesChanged : (string * OBus_value.V.single) list OBus_member.Signal.t
Sourceval s_StateChanged : int32 OBus_member.Signal.t
Sourceval p_ActiveConnections : (OBus_path.t list, [ `readable ]) OBus_member.Property.t
Sourceval p_State : (int32, [ `readable ]) OBus_member.Property.t
Sourceval p_WirelessEnabled : (bool, [ `readable | `writable ]) OBus_member.Property.t
Sourceval p_WirelessHardwareEnabled : (bool, [ `readable ]) OBus_member.Property.t
Sourceval p_WwanEnabled : (bool, [ `readable | `writable ]) OBus_member.Property.t
Sourceval p_WwanHardwareEnabled : (bool, [ `readable ]) OBus_member.Property.t
Sourcetype 'a members = {
  1. m_ActivateConnection : 'a OBus_object.t -> (string * OBus_path.t * OBus_path.t * OBus_path.t) -> OBus_path.t Lwt.t;
  2. m_DeactivateConnection : 'a OBus_object.t -> OBus_path.t -> unit Lwt.t;
  3. m_GetDevices : 'a OBus_object.t -> unit -> OBus_path.t list Lwt.t;
  4. m_Sleep : 'a OBus_object.t -> bool -> unit Lwt.t;
  5. p_ActiveConnections : 'a OBus_object.t -> OBus_path.t list React.signal;
  6. p_State : 'a OBus_object.t -> int32 React.signal;
  7. p_WirelessEnabled : ('a OBus_object.t -> bool React.signal) * ('a OBus_object.t -> bool -> unit Lwt.t);
  8. p_WirelessHardwareEnabled : 'a OBus_object.t -> bool React.signal;
  9. p_WwanEnabled : ('a OBus_object.t -> bool React.signal) * ('a OBus_object.t -> bool -> unit Lwt.t);
  10. p_WwanHardwareEnabled : 'a OBus_object.t -> bool React.signal;
}
OCaml

Innovation. Community. Security.