![]() |
WL865E4-P
36.07.001
|
Structure for registering the new service or advertising a service. More...
#include <m2mb_mdns.h>
Data Fields | |
CHAR * | instance |
CHAR * | type |
UINT16 | port |
CHAR * | txt [M2MB_MDNS_MAX_TXT_RECORDS] |
Structure for registering the new service or advertising a service.
This structure contains information related to an mdns service.
Definition at line 125 of file m2mb_mdns.h.
CHAR* instance |
Name of the service instance to be registered.
Definition at line 127 of file m2mb_mdns.h.
UINT16 port |
Port on which the service is listening (e.g., 80 for HTTP).
Definition at line 129 of file m2mb_mdns.h.
Array of strings containing information about the service. Last entry must be NULL
Definition at line 130 of file m2mb_mdns.h.
CHAR* type |
Type of service instance to be registered.
Definition at line 128 of file m2mb_mdns.h.