Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CZeroconfAvahi::ServiceInfo Struct Reference

helper to store information on howto create an avahi-group to publish More...

Public Member Functions

 ServiceInfo (const std::string &fcr_type, const std::string &fcr_name, unsigned int f_port, AvahiStringList *txt, AvahiEntryGroup *fp_group=0)
 

Public Attributes

std::string m_type
 
std::string m_name
 
unsigned int m_port
 
AvahiStringList * mp_txt
 
AvahiEntryGroup * mp_group
 

Detailed Description

helper to store information on howto create an avahi-group to publish

Constructor & Destructor Documentation

◆ ServiceInfo()

CZeroconfAvahi::ServiceInfo::ServiceInfo ( const std::string &  fcr_type,
const std::string &  fcr_name,
unsigned int  f_port,
AvahiStringList *  txt,
AvahiEntryGroup *  fp_group = 0 
)
inline

Member Data Documentation

◆ m_name

std::string CZeroconfAvahi::ServiceInfo::m_name

◆ m_port

unsigned int CZeroconfAvahi::ServiceInfo::m_port

◆ m_type

std::string CZeroconfAvahi::ServiceInfo::m_type

◆ mp_group

AvahiEntryGroup* CZeroconfAvahi::ServiceInfo::mp_group

◆ mp_txt

AvahiStringList* CZeroconfAvahi::ServiceInfo::mp_txt

The documentation for this struct was generated from the following file: