Expand description
Functions for creating and modifying messages to send across the message bus.
Structs§
- Header
Field - Message
- Represents a received message from the message bus
- Message
Type
Constants§
- FLAGS_
NO_ REPLY_ EXPECTED - HEADER_
FIELD_ DESTINATION - HEADER_
FIELD_ ERROR_ NAME - HEADER_
FIELD_ INTERFACE - HEADER_
FIELD_ INVALID - HEADER_
FIELD_ MEMBER - HEADER_
FIELD_ PATH - HEADER_
FIELD_ REPLY_ SERIAL - HEADER_
FIELD_ SENDER - HEADER_
FIELD_ SIGNATURE - MESSAGE_
TYPE_ ERROR - MESSAGE_
TYPE_ INVALID - MESSAGE_
TYPE_ METHOD_ CALL - MESSAGE_
TYPE_ METHOD_ RETURN - MESSAGE_
TYPE_ SIGNAL
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