Module message

Source
Expand description

D-Bus Message.

ModulesΒ§

body πŸ”’
builder πŸ”’
field_code πŸ”’
fields πŸ”’
header πŸ”’

StructsΒ§

Body
The body of a message.
Builder
A builder for a Message.
Header
The message header, containing all the metadata about the message.
Inner πŸ”’
Message
A D-Bus Message.
PrimaryHeader
The primary message header, which is present in all D-Bus messages.
Sequence
A position in the stream of Message objects received by a single zbus::Connection.

EnumsΒ§

EndianSig
D-Bus code for endianness.
Flags
Pre-defined flags that can be passed in message headers.
Type
Message header representing the D-Bus type of the message.

ConstantsΒ§

NATIVE_ENDIAN_SIG
Signature of the target’s native endian.