obus
Pure Ocaml implementation of the D-Bus protocol
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
back to documentation root
package obus
-
obus
-
obus.hal
-
obus.network_manager
-
obus.notification
-
obus.ppx
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library obus.network_manager
Module
Nm_access_point
include OBus_proxy.Private
type t = private OBus_proxy.proxy
val of_proxy : OBus_proxy.proxy -> t
val to_proxy : t -> OBus_proxy.proxy
Signals
val properties_changed : t -> (string * OBus_value.V.single) list OBus_signal.t
Properties
val flags : t -> ap_flag list OBus_property.r
type ap_security_flag = [
]
val wpa_flags : t -> ap_security_flag list OBus_property.r
val rsn_flags : t -> ap_security_flag list OBus_property.r
val ssid : t -> string OBus_property.r
val frequency : t -> int OBus_property.r
val hw_address : t -> string OBus_property.r
val mode : t -> int OBus_property.r
val max_bitrate : t -> int OBus_property.r
val strength : t -> int OBus_property.r
val properties : t -> OBus_property.group
ON THIS PAGE