package obus

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.2.tar.gz
sha256=3bf0aeb00bf90cd4111483b37cefcb39af38ad6db1aeb6949a2fbecc13ff9a90
md5=7dd48f9bde3e069898fa08e9972596b5

doc/obus.network_manager/Nm_connection/index.html

Module Nm_connection

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
OCaml

Innovation. Community. Security.