Module standard_messages

Source
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