Nm_interfaces.Org_freedesktop_NetworkManagerval interface : OBus_name.interfaceval m_ActivateConnection :
(string * OBus_path.t * OBus_path.t * OBus_path.t, OBus_path.t)
OBus_member.Method.tval m_DeactivateConnection : (OBus_path.t, unit) OBus_member.Method.tval m_GetDevices : (unit, OBus_path.t list) OBus_member.Method.tval m_Sleep : (bool, unit) OBus_member.Method.tval s_DeviceAdded : OBus_path.t OBus_member.Signal.tval s_DeviceRemoved : OBus_path.t OBus_member.Signal.tval s_PropertiesChanged :
(string * OBus_value.V.single) list OBus_member.Signal.tval s_StateChanged : int32 OBus_member.Signal.tval p_ActiveConnections :
(OBus_path.t list, [ `readable ]) OBus_member.Property.tval p_State : (int32, [ `readable ]) OBus_member.Property.tval p_WirelessEnabled :
(bool, [ `readable | `writable ]) OBus_member.Property.tval p_WirelessHardwareEnabled : (bool, [ `readable ]) OBus_member.Property.tval p_WwanEnabled : (bool, [ `readable | `writable ]) OBus_member.Property.tval p_WwanHardwareEnabled : (bool, [ `readable ]) OBus_member.Property.ttype 'a members = {m_ActivateConnection : 'a OBus_object.t ->
(string * OBus_path.t * OBus_path.t * OBus_path.t) ->
OBus_path.t Lwt.t;m_DeactivateConnection : 'a OBus_object.t -> OBus_path.t -> unit Lwt.t;m_GetDevices : 'a OBus_object.t -> unit -> OBus_path.t list Lwt.t;m_Sleep : 'a OBus_object.t -> bool -> unit Lwt.t;p_ActiveConnections : 'a OBus_object.t -> OBus_path.t list React.signal;p_State : 'a OBus_object.t -> int32 React.signal;p_WirelessEnabled : ('a OBus_object.t ->
bool React.signal)
* ('a OBus_object.t ->
bool ->
unit Lwt.t);p_WirelessHardwareEnabled : 'a OBus_object.t -> bool React.signal;p_WwanEnabled : ('a OBus_object.t ->
bool React.signal)
* ('a OBus_object.t ->
bool ->
unit Lwt.t);p_WwanHardwareEnabled : 'a OBus_object.t -> bool React.signal;}val make : 'a members -> 'a OBus_object.interface