![]() |
Open Lighting Architecture
0.9.1
|
The interface to DNS-SD operations like register, browse etc.
Classes | |
| struct | RegisterOptions |
| Options for the RegisterService method This controls options like the interface index, domain and TXT record data. 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 |
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::BonjourDiscoveryAgent, and ola::AvahiDiscoveryAgent.
1.8.1.2