|
RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
An RDM command received by this component and saved for a later response.
#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. | |
| 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. | |