Expand description
Build new messages that you want to send over a connection
Structs§
- Call
Builder - Created by MessageBuilder::call. Use it to make a new call to a service
- Dynamic
Header - The dynamic part of a dbus message header
- Marshalled
Message - Message received by a connection or in preparation before being sent over a connection.
- Marshalled
Message Body - The body accepts everything that implements the Marshal trait (e.g. all basic types, strings, slices, Hashmaps,…..) And you can of course write an Marshal impl for your own datastrcutures
- Message
Body Parser - Iterate over the messages parameters
- Message
Builder - Starting point for new messages. Create either a call or a signal
- Signal
Builder - Created by MessageBuilder::signal. Use it to make a new signal
Enums§
- HdrVar
- Header
Flags - Flags that can be set in the message header
- Message
Type - Types a message might have