| 
    RDMnet
    0.3.0
    
   Implementation of ANSI E1.33 (RDMnet) 
   | 
  
  
     
      View other versions:
      
     
   | 
  
 
A destination address for an RDM command in RDMnet's RPT protocol.
See Roles and Addressing and Devices and Gateways for more information.
#include <rdmnet/client.h>
Data Fields | |
| RdmUid | rdmnet_uid | 
| The UID of the RDMnet component to which this command is addressed.  | |
| uint16_t | endpoint | 
| The endpoint on the RDMnet component to which this message is addressed.  More... | |
| RdmUid | rdm_uid | 
| The UID of the RDM responder to which this message is addressed.  More... | |
| uint16_t | subdevice | 
| The sub-device to which this command is addressed, or 0 for the root device.  | |
| uint16_t RdmnetDestinationAddr::endpoint | 
The endpoint on the RDMnet component to which this message is addressed.
If addressing the default (root) responder of an RDMnet device, set this to E133_NULL_ENDPOINT.
| RdmUid RdmnetDestinationAddr::rdm_uid | 
The UID of the RDM responder to which this message is addressed.
If addressing the default (root) responder of an RDMnet device, this should be the same as rdmnet_uid.