Nm_managerSourceNetworkManager main interface
type state = [ | `UnknownThe NetworkManager daemon is in an unknown state.
*)| `AsleepThe NetworkManager daemon is asleep and all interfaces managed by it are inactive.
*)| `ConnectingThe NetworkManager daemon is connecting a device.
*)| `ConnectedThe NetworkManager daemon is connected.
*)| `DisconnectedThe NetworkManager daemon is disconnected.
*) ]State of the daemon
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