![]() |
WE310F5
39.00.000
|
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 115 of file m2mb_mdns.h.
CHAR* instance |
Name of the service instance to be registered.
Definition at line 117 of file m2mb_mdns.h.
UINT16 port |
Port on which the service is listening (e.g., 80 for HTTP).
Definition at line 119 of file m2mb_mdns.h.
Array of strings containing information about the service. Last entry must be NULL
Definition at line 120 of file m2mb_mdns.h.
CHAR* type |
Type of service instance to be registered.
Definition at line 118 of file m2mb_mdns.h.