Expand description
Some standard messages that are often needed
Constants§
- DBUS_
NAME_ FLAG_ ALLOW_ REPLACEMENT - DBUS_
NAME_ FLAG_ DO_ NOT_ QUEUE - DBUS_
NAME_ FLAG_ REPLACE_ EXISTING - DBUS_
REQUEST_ NAME_ REPLY_ ALREADY_ OWNER - DBUS_
REQUEST_ NAME_ REPLY_ EXISTS - DBUS_
REQUEST_ NAME_ REPLY_ IN_ QUEUE - DBUS_
REQUEST_ NAME_ REPLY_ PRIMARY_ OWNER
Functions§
- add_
match - Add a match rule to receive signals. e.g. match_rule = “type=‘signal’” to get all signals
- hello
- invalid_
args - Error message to tell the caller that this method uses a different interface than what the caller provided as parameters
- list_
names - ping
- ping_
bus - release_
name - Release a name on the bus
- remove_
match - Remove a match rule to receive signals. e.g. match_rule = “type=‘signal’” to get all signals
- request_
name - Request a name on the bus
- unknown_
method - Error message to tell the caller that this method is not known by your server