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.hal/Hal_interfaces/Org_freedesktop_Hal_Device_CPUFreq/index.html

Module Hal_interfaces.Org_freedesktop_Hal_Device_CPUFreq

val interface : OBus_name.interface
val m_GetCPUFreqAvailableGovernors : (unit, string list) OBus_member.Method.t
val m_GetCPUFreqConsiderNice : (unit, bool) OBus_member.Method.t
val m_GetCPUFreqGovernor : (unit, string) OBus_member.Method.t
val m_GetCPUFreqPerformance : (unit, int32) OBus_member.Method.t
val m_SetCPUFreqConsiderNice : (bool, unit) OBus_member.Method.t
val m_SetCPUFreqGovernor : (string, unit) OBus_member.Method.t
val m_SetCPUFreqPerformance : (int32, unit) OBus_member.Method.t
type 'a members = {
  1. m_GetCPUFreqAvailableGovernors : 'a OBus_object.t -> unit -> string list Lwt.t;
  2. m_GetCPUFreqConsiderNice : 'a OBus_object.t -> unit -> bool Lwt.t;
  3. m_GetCPUFreqGovernor : 'a OBus_object.t -> unit -> string Lwt.t;
  4. m_GetCPUFreqPerformance : 'a OBus_object.t -> unit -> int32 Lwt.t;
  5. m_SetCPUFreqConsiderNice : 'a OBus_object.t -> bool -> unit Lwt.t;
  6. m_SetCPUFreqGovernor : 'a OBus_object.t -> string -> unit Lwt.t;
  7. m_SetCPUFreqPerformance : 'a OBus_object.t -> int32 -> unit Lwt.t;
}
val make : 'a members -> 'a OBus_object.interface
OCaml

Innovation. Community. Security.