Module dbus_bytestream::message
[-] [+]
[src]
Functions for creating and modifying messages to send across the message bus.
Structs
| HeaderField | |
| Message | Represents a received message from the message bus |
| MessageType |
Constants
Functions
| create_error | Create a Message for a D-Bus error. Once created, return values can be added with Message.add_arg |
| create_method_call | Create a Message for a D-Bus method call. Once a Message is created, arguments can be added with Message.add_arg |
| create_method_return | Create a Message for a D-Bus method return. Once created, return values can be added with Message.add_arg |
| create_signal | Create a Message for a D-Bus signal. Once created, return values can be added with Message.add_arg |