WE310F5  39.00.000
M2MB_MDNS_TXT_RECORD Struct Reference

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

#include <m2mb_mdns.h>

Data Fields

const UINT8svcName
 
const UINT8txt
 

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 82 of file m2mb_mdns.h.

Field Documentation

◆ svcName

const UINT8* svcName

Registered service name whose text record is to be updated.

Definition at line 84 of file m2mb_mdns.h.

◆ txt

const UINT8* txt

Text record to be added or updated.

Definition at line 85 of file m2mb_mdns.h.


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