RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
An RDM command received by this component and saved for a later response.
Data Fields | |
RdmUid | rdmnet_source_uid |
uint16_t | dest_endpoint |
uint32_t | seq_num |
RdmCommandHeader | rdm_header |
uint8_t | data [RDM_MAX_PDL] |
uint8_t | data_len |
uint8_t data[RDM_MAX_PDL] |
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.