Nm_connectionNetworkManager active connections
An active connection is a connection that is currently being used
include OBus_proxy.Privatetype t = private OBus_proxy.proxyval of_proxy : OBus_proxy.proxy -> tval to_proxy : t -> OBus_proxy.proxytype state = [ | `UnknownThe active connection is in an unknown state.
*)| `ActivatingThe connection is activating.
*)| `ActivatedThe connection is activated.
*) ]The connection state
val properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.tval service_name : t -> string OBus_property.rval connection : t -> Nm_settings.Connection.t OBus_property.rval specific_object : t -> OBus_proxy.t OBus_property.rval devices : t -> Nm_device.t list OBus_property.rval state : t -> state OBus_property.rval default : t -> bool OBus_property.rval vpn : t -> bool OBus_property.rval properties : t -> OBus_property.group