RDMnet  HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
View other versions:
RdmnetDnsTxtRecordItem Struct Reference

Overview

An extra key/value pair in a broker's DNS TXT record that does not have a standard RDMnet use.

DNS-SD TXT records are key/value pairs where the key is printable ASCII and the value is opaque binary data. The total length of the key plus the value cannot exceed 255 bytes.

Data Fields

const char * key
 
const uint8_t * value
 
uint8_t value_len
 

Field Documentation

◆ key

const char* key

The key for this item.

◆ value

const uint8_t* value

The value data for this item.

◆ value_len

uint8_t value_len

The length of the value data.


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