= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Hal devices
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 udi = OBus_path.t
Unique Device Identifier
val property_of_variant : OBus_value.V.single -> property
Tries to convert the given variant into a property
val variant_of_property : property -> OBus_value.V.single
Converts the gievn property into a D-Bus variant
Common device interface
val property_modified : t -> (int * (string * bool * bool) list) OBus_signal.t
val condition : t -> (string * string) OBus_signal.t
val interface_lock_acquired : t -> (string * string * int) OBus_signal.t
val interface_lock_released : t -> (string * string * int) OBus_signal.t
Specifics interfaces
module Volume : sig ... end
module Storage : sig ... end
module Storage_removable : sig ... end
module Wake_on_lan : sig ... end
module System_power_management : sig ... end
module Cpufreq : sig ... end
module Laptop_panel : sig ... end
module Kill_switch : sig ... end
On This Page