package obus

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

NetworkManager active connections

An active connection is a connection that is currently being used

include OBus_proxy.Private
type t = private OBus_proxy.proxy
val of_proxy : OBus_proxy.proxy -> t
val to_proxy : t -> OBus_proxy.proxy
type state = [
  1. | `Unknown
    (*

    The active connection is in an unknown state.

    *)
  2. | `Activating
    (*

    The connection is activating.

    *)
  3. | `Activated
    (*

    The connection is activated.

    *)
]

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 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