Module async_rustbus::rustbus_core::standard_messages [−][src]
Some standard messages that are often needed
Constants
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 |