|
struct | ServiceInfo |
| helper to store information on howto create an avahi-group to publish More...
|
|
|
| CZeroconfAvahi () |
|
| ~CZeroconfAvahi () override |
|
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) |
| removes the specified service returns false if fcr_identifier does not exist
|
|
bool | HasService (const std::string &fcr_identifier) const |
| returns true if fcr_identifier exists
|
|
bool | Start () |
|
void | Stop () |
|
virtual void | ProcessResults () |
|
bool | IsStarted () |
|
|
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 |
|
virtual bool | IsZCdaemonRunning () |
|
| CZeroconf (const CZeroconf &) |
|
|
static CZeroconf * | GetInstance () |
|
static void | ReleaseInstance () |
|
static bool | IsInstantiated () |
|
◆ CZeroconfAvahi()
CZeroconfAvahi::CZeroconfAvahi |
( |
| ) |
|
◆ ~CZeroconfAvahi()
CZeroconfAvahi::~CZeroconfAvahi |
( |
| ) |
|
|
override |
- Todo:
- does tv survive the thread?
The documentation for this class was generated from the following files:
- xbmc/platform/linux/network/zeroconf/ZeroconfAvahi.h
- xbmc/platform/linux/network/zeroconf/ZeroconfAvahi.cpp