package obus

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module OBus_infoSource

Various informations

Sourceval version : string

version of obus

Sourceval machine_uuid : OBus_uuid.t Lwt.t Lazy.t

UUID of the machine we are running on

Sourceval protocol_version : int

The version of the D-Bus protocol implemented by the library

Sourceval max_name_length : int

Maximum length of a name (=255). This limit applies to bus names, interfaces, and members

Sourceval max_message_size : int

Maximum size of a message. In this version of the protocol this is 2^27 bytes (128MB).

OCaml

Innovation. Community. Security.