Open Lighting Architecture
Latest Git
|
A Factory which produces implementations of DiscoveryAgentInterface.
The exact type of object returns depends on what implementation of DNS-SD was available at build time.
Public Member Functions | |
DiscoveryAgentInterface * | New () |
Create a new DiscoveryAgent. More... | |
DiscoveryAgentInterface * ola::DiscoveryAgentFactory::New | ( | ) |
Create a new DiscoveryAgent.
This returns a DiscoveryAgent appropriate for the platform. It can either be a BonjourDiscoveryAgent or a AvahiDiscoveryAgent.