Open Lighting Architecture
Latest Git
|
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. More... | |
|
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.