![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <ZeroconfOSX.h>
Public Member Functions | |
CZeroconfOSX () | |
~CZeroconfOSX () | |
![]() | |
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 More... | |
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) |
bool | doForceReAnnounceService (const std::string &fcr_identifier) |
bool | doRemoveService (const std::string &fcr_ident) |
virtual void | doStop () |
![]() | |
virtual bool | IsZCdaemonRunning () |
CZeroconf () | |
CZeroconf (const CZeroconf &) | |
virtual | ~CZeroconf () |
Additional Inherited Members | |
![]() | |
static CZeroconf * | GetInstance () |
static void | ReleaseInstance () |
static bool | IsInstantiated () |
CZeroconfOSX::CZeroconfOSX | ( | ) |
CZeroconfOSX::~CZeroconfOSX | ( | ) |
|
protectedvirtual |
Implements CZeroconf.
|
protectedvirtual |
Implements CZeroconf.
|
protectedvirtual |
Implements CZeroconf.