Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CZeroconfDarwin Class Reference

#include <ZeroconfDarwin.h>

Inheritance diagram for CZeroconfDarwin:
CZeroconf

Public Member Functions

 CZeroconfDarwin ()
 
 ~CZeroconfDarwin () override
 
- Public Member Functions inherited from CZeroconf
bool PublishService (const std::string &fcr_identifier, const std::string &fcr_type, const std::string &fcr_name, unsigned int f_port, std::vector< std::pair< std::string, std::string > > txt)
 
bool ForceReAnnounceService (const std::string &fcr_identifier)
 
bool RemoveService (const std::string &fcr_identifier)
 
bool HasService (const std::string &fcr_identifier) const
 returns true if fcr_identifier exists
 
bool Start ()
 
void Stop ()
 
virtual void ProcessResults ()
 
bool IsStarted ()
 

Protected Member Functions

bool doPublishService (const std::string &fcr_identifier, const std::string &fcr_type, const std::string &fcr_name, unsigned int f_port, const std::vector< std::pair< std::string, std::string > > &txt) override
 
bool doForceReAnnounceService (const std::string &fcr_identifier) override
 
bool doRemoveService (const std::string &fcr_ident) override
 
void doStop () override
 
- Protected Member Functions inherited from CZeroconf
virtual bool IsZCdaemonRunning ()
 
 CZeroconf ()
 
 CZeroconf (const CZeroconf &)
 
virtual ~CZeroconf ()
 

Additional Inherited Members

- Static Public Member Functions inherited from CZeroconf
static CZeroconfGetInstance ()
 
static void ReleaseInstance ()
 
static bool IsInstantiated ()
 

Constructor & Destructor Documentation

◆ CZeroconfDarwin()

CZeroconfDarwin::CZeroconfDarwin ( )

◆ ~CZeroconfDarwin()

CZeroconfDarwin::~CZeroconfDarwin ( )
override

Member Function Documentation

◆ doForceReAnnounceService()

bool CZeroconfDarwin::doForceReAnnounceService ( const std::string & fcr_identifier)
overrideprotectedvirtual

Implements CZeroconf.

◆ doPublishService()

bool CZeroconfDarwin::doPublishService ( const std::string & fcr_identifier,
const std::string & fcr_type,
const std::string & fcr_name,
unsigned int f_port,
const std::vector< std::pair< std::string, std::string > > & txt )
overrideprotectedvirtual

Implements CZeroconf.

◆ doRemoveService()

bool CZeroconfDarwin::doRemoveService ( const std::string & fcr_ident)
overrideprotectedvirtual

Implements CZeroconf.

◆ doStop()

void CZeroconfDarwin::doStop ( )
overrideprotectedvirtual

Implements CZeroconf.


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