Skip to main content

Module message

Module message 

Source
Expand description

Control and D-Bus message types. Control and D-Bus message types exchanged with the bridge.

Structs§

DbusCall
A dbus method call plus the channel it rides on.
DbusCallBody
The wire body of a D-Bus call: (path, interface, method, args) plus an id.
DbusResponse
A dbus response (reply or error) parsed from a data frame.
DbusSignal
A D-Bus signal parsed from a data frame.
IncomingControl
Control messages we RECEIVE (permissive).

Enums§

Control
Control messages we SEND (empty-channel JSON, tagged by command).