package obus

  1. Overview
  2. Docs
Pure Ocaml implementation of the D-Bus protocol

Install

Dune Dependency

Authors

Maintainers

Sources

obus-1.2.5.tar.gz
md5=81eb1034c6ef4421a2368a9b352199de
sha512=4b540497188a7d78f4f14f94c6b7fdff47dd06436a34e650ff378dd77bb3e2acb7afd45cd72daf4ddba06e732e9944d560c2882dc37862f1b1f1bb6df37e6205

doc/obus.network_manager/Nm_connection/index.html

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.