module Nm_connection: sig
.. end
NetworkManager active connections
An active connection is a connection that is currently being used
include OBus_proxy.Private
type
state = [ `Activated | `Activating | `Unknown ]
The connection state
Signals
val properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
Properties
val service_name : t -> string OBus_property.r
val connection : t -> Nm_settings.Connection.t OBus_property.r
val specific_object : t -> OBus_proxy.t OBus_property.r
val devices : t -> Nm_device.t list OBus_property.r
val state : t -> state OBus_property.r
val default : t -> bool OBus_property.r
val vpn : t -> bool OBus_property.r
val properties : t -> OBus_property.group