package obus
A pure OCaml implementation of DBus
Install
Dune Dependency
Authors
Maintainers
Sources
1.1.8.tar.gz
sha256=84aa0003157b0299e43b20a4127b7af04a0fd99878d7ce540bbbfbc6157dfe4f
md5=976947861f1dfa3d3da68378f25377c1
doc/obus.network-manager/Nm_manager/index.html
Module Nm_manager
NetworkManager main interface
include OBus_peer.Private
type t = private OBus_peer.peer
val of_peer : OBus_peer.peer -> t
val to_peer : t -> OBus_peer.peer
val daemon : unit -> t Lwt.t
daemon ()
returns the peer object for the network manager daemon
Types
type state = [
| `Unknown
(*The NetworkManager daemon is in an unknown state.
*)| `Asleep
(*The NetworkManager daemon is asleep and all interfaces managed by it are inactive.
*)| `Connecting
(*The NetworkManager daemon is connecting a device.
*)| `Connected
(*The NetworkManager daemon is connected.
*)| `Disconnected
(*The NetworkManager daemon is disconnected.
*)
]
State of the daemon
Methods
val get_devices : t -> Nm_device.t list Lwt.t
val activate_connection :
t ->
service_name:OBus_name.bus ->
connection:Nm_settings.Connection.t ->
device:Nm_device.t ->
specific_object:OBus_proxy.t ->
Nm_connection.t Lwt.t
val deactivate_connection :
t ->
active_connection:Nm_connection.t ->
unit Lwt.t
val sleep : t -> sleep:bool -> unit Lwt.t
Signals
val state_changed : t -> state OBus_signal.t
val properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
val device_added : t -> Nm_device.t OBus_signal.t
val device_removed : t -> Nm_device.t OBus_signal.t
Properties
val wireless_enabled : t -> bool OBus_property.rw
val wireless_hardware_enabled : t -> bool OBus_property.r
val wwan_enabled : t -> bool OBus_property.rw
val wwan_hardware_enabled : t -> bool OBus_property.r
val active_connections : t -> Nm_connection.t list OBus_property.r
val state : t -> state OBus_property.r
val properties : t -> OBus_property.group
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page