RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
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 |
const char* key |
The key for this item.
const uint8_t* value |
The value data for this item.
uint8_t value_len |
The length of the value data.