Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::DiscoveryAgentFactory Class Reference

Detailed Description

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

DiscoveryAgentInterfaceNew ()
 Create a new DiscoveryAgent. More...
 

Member Function Documentation

◆ New()

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.


The documentation for this class was generated from the following files: