An implementation of DiscoveryAgentInterface that uses the Apple dns_sd.h library.
◆ RegisterService()
void ola::BonjourDiscoveryAgent::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: