![]() |
WL865E4-P
36.07.001
|
Structure for updating or adding a new text record. More...
#include <m2mb_mdns.h>
Data Fields | |
const CHAR * | svcName |
const CHAR * | txt |
Structure for updating or adding a new text record.
This structure contains the text record in the format key=value and a service name that is already registered. If the key in the text record already exists for the given service name, the value is updated with the given value, otherwise, the text record is added as a new text record.
Definition at line 92 of file m2mb_mdns.h.
const CHAR* svcName |
Registered service name whose text record is to be updated.
Definition at line 94 of file m2mb_mdns.h.
const CHAR* txt |
Text record to be added or updated.
Definition at line 95 of file m2mb_mdns.h.