![]() |
WL865E4-P
36.07.001
|
MDNS service cfg structure. More...
#include <m2mb_profile.h>
Data Fields | |
UINT8 | enable |
UINT8 | service_name [33] |
UINT8 | service_type [33] |
UINT8 | service_subtype [33] |
UINT8 | protocol [17] |
UINT8 | domain [65] |
UINT8 | txt_record [129] |
UINT16 | port |
UINT32 | ttl |
UINT8 domain[65] |
Definition at line 516 of file m2mb_profile.h.
UINT8 enable |
Definition at line 511 of file m2mb_profile.h.
UINT16 port |
Port on which the service is listening (e.g., 80 for HTTP).
Definition at line 518 of file m2mb_profile.h.
UINT8 protocol[17] |
Definition at line 515 of file m2mb_profile.h.
UINT8 service_name[33] |
Name of the service to be registered.
Definition at line 512 of file m2mb_profile.h.
UINT8 service_subtype[33] |
Definition at line 514 of file m2mb_profile.h.
UINT8 service_type[33] |
Type of service instance to be registered.
Definition at line 513 of file m2mb_profile.h.
UINT32 ttl |
Time duration for which the service is active (in seconds)
Definition at line 519 of file m2mb_profile.h.
UINT8 txt_record[129] |
Text record to be added or updated.
Definition at line 517 of file m2mb_profile.h.