RDMnet
HEAD (unstable)
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.
Data Fields | |
RdmUid | rdmnet_uid |
uint16_t | endpoint |
RdmUid | rdm_uid |
uint16_t | subdevice |
uint16_t 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 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.
RdmUid rdmnet_uid |
The UID of the RDMnet component to which this command is addressed.
uint16_t subdevice |
The sub-device to which this command is addressed, or 0 for the root device.