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
|
strong |
Member Function Documentation
◆ getInfo()
|
pure virtual |
Override to obtain service information.
◆ 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
-
CStringArray List of txt items, e.g. name=value pairs
Friends And Related Function Documentation
◆ Responder
|
friend |
The documentation for this class was generated from the following file:
1.8.13