![]() |
Open Lighting Architecture 0.10.9
|
The interface to DNS-SD operations like register, browse etc.
Classes | |
| struct | RegisterOptions |
| Options for the RegisterService method. More... | |
Public Member Functions | |
| virtual bool | Init ()=0 |
| Initialize the DiscoveryAgent. | |
| virtual void | RegisterService (const std::string &service_name, const std::string &type, uint16_t port, const RegisterOptions &options)=0 |
| Register a service. | |
|
pure virtual |
Initialize the DiscoveryAgent.
Implemented in ola::AvahiDiscoveryAgent, and ola::BonjourDiscoveryAgent.
|
pure virtual |
Register a service.
| service_name | the name of the service |
| type | the service type |
| port | the port the service is on |
| options | extra options that control registration. |
Implemented in ola::AvahiDiscoveryAgent, and ola::BonjourDiscoveryAgent.