RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
An RDMnet RDM command received by this component.
#include <rdmnet/message.h>
Data Fields | |
RdmUid | rdmnet_source_uid |
The UID of the component that sent this command. | |
uint16_t | dest_endpoint |
The local endpoint to which this command is addressed. | |
uint32_t | seq_num |
The command's sequence number, to be echoed in its response. | |
RdmCommandHeader | rdm_header |
The header information from the encapsulated RDM command. | |
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. | |