WL865E4-P  36.07.001
M2MB_MDNS_TXT_RECORD Struct Reference

Structure for updating or adding a new text record. More...

#include <m2mb_mdns.h>

Data Fields

const CHARsvcName
 
const CHARtxt
 

Detailed Description

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.

Field Documentation

◆ svcName

const CHAR* svcName

Registered service name whose text record is to be updated.

Definition at line 94 of file m2mb_mdns.h.

◆ txt

const CHAR* txt

Text record to be added or updated.

Definition at line 95 of file m2mb_mdns.h.


The documentation for this struct was generated from the following file: