|
RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
An RDM response received from a remote LLRP Target.
#include <rdmnet/message.h>
Data Fields | |
| EtcPalUuid | source_cid |
| The CID of the LLRP Target from which this command was received. | |
| uint32_t | seq_num |
| The sequence number of this response (to be associated with a previously-sent command). | |
| RdmResponseHeader | rdm_header |
| The header information from the encapsulated RDM response. | |
| const uint8_t * | rdm_data |
| Any parameter data associated with the RDM response. | |
| uint8_t | rdm_data_len |
| The length of the parameter data associated with the RDM response. | |