| 
    RDMnet
    0.3.0
    
   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.
#include <rdmnet/discovery.h>
Data Fields | |
| 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.  | |