mDNS::Service Class Referenceabstract

#include <Service.h>

Classes

struct  Info
 Basic service information. More...
 

Public Types

enum  Protocol { Protocol::Udp, Protocol::Tcp }
 

Public Member Functions

virtual Info getInfo ()=0
 Override to obtain service information. More...
 
virtual CStringArray getTxt ()
 Override to obtain txt items. More...
 

Friends

class Responder
 

Member Enumeration Documentation

◆ Protocol

Enumerator
Udp 
Tcp 

Member Function Documentation

◆ getInfo()

virtual Info mDNS::Service::getInfo ( )
pure virtual

Override to obtain service information.

◆ getTxt()

virtual CStringArray mDNS::Service::getTxt ( )
inlinevirtual

Override to obtain txt items.

LWIP2 calls this each time a TXT reply is created Other implementations call it via begin().

Return values
CStringArrayList of txt items, e.g. name=value pairs

Friends And Related Function Documentation

◆ Responder

friend class Responder
friend

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