RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
An RDMnet RDM command received by this component.
Data Fields | |
RdmUid | rdmnet_source_uid |
uint16_t | dest_endpoint |
uint32_t | seq_num |
RdmCommandHeader | rdm_header |
const uint8_t * | data |
uint8_t | data_len |
const uint8_t* data |
Pointer to buffer containing any associated RDM parameter data.
uint8_t data_len |
The length of any associated RDM parameter data.
uint16_t dest_endpoint |
The local endpoint to which this command is addressed.
RdmCommandHeader rdm_header |
The header information from the encapsulated RDM command.
RdmUid rdmnet_source_uid |
The UID of the component that sent this command.
uint32_t seq_num |
The command's sequence number, to be echoed in its response.