package obus

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

Module Nm_connectionSource

NetworkManager active connections

An active connection is a connection that is currently being used

include OBus_proxy.Private
Sourcetype t = private OBus_proxy.proxy
Sourceval of_proxy : OBus_proxy.proxy -> t
Sourceval to_proxy : t -> OBus_proxy.proxy
Sourcetype 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
Sourceval properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
Properties
Sourceval service_name : t -> string OBus_property.r
Sourceval specific_object : t -> OBus_proxy.t OBus_property.r
Sourceval devices : t -> Nm_device.t list OBus_property.r
Sourceval default : t -> bool OBus_property.r
Sourceval vpn : t -> bool OBus_property.r
Sourceval properties : t -> OBus_property.group
OCaml

Innovation. Community. Security.