An implementation of DiscoveryAgentInterface that uses the Avahi client library.
|
bool | Init () |
| Initialize the DiscoveryAgent.
|
|
void | RegisterService (const std::string &service_name, const std::string &type, uint16_t port, const RegisterOptions &options) |
| Register a service. More...
|
|
void | ClientStateChanged (AvahiClientState state, AvahiClient *client) |
| Called when the Avahi client state changes.
|
|
void | GroupStateChanged (const std::string &service_key, AvahiEntryGroup *group, AvahiEntryGroupState state) |
| Called when an entry group state changes.
|
|
void | ReconnectTimeout () |
| Called when the reconnect timeout expires.
|
|
◆ RegisterService()
void ola::AvahiDiscoveryAgent::RegisterService |
( |
const std::string & |
service_name, |
|
|
const std::string & |
type, |
|
|
uint16_t |
port, |
|
|
const RegisterOptions & |
options |
|
) |
| |
|
virtual |
Register a service.
- Parameters
-
service_name | the name of the service |
type | the service type |
port | the port the service is on |
options | extra options that control registration. |
Implements ola::DiscoveryAgentInterface.
The documentation for this class was generated from the following files: