![]() |
WE310F5
39.00.000
|
Structure for updating or adding a new text record. More...
#include <m2mb_mdns.h>
Data Fields | |
const UINT8 * | svcName |
const UINT8 * | 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 82 of file m2mb_mdns.h.
const UINT8* svcName |
Registered service name whose text record is to be updated.
Definition at line 84 of file m2mb_mdns.h.
const UINT8* txt |
Text record to be added or updated.
Definition at line 85 of file m2mb_mdns.h.