|
RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
An RDM command received from a remote LLRP Manager.
#include <rdmnet/message.h>
Data Fields | |
| EtcPalUuid | source_cid |
| The CID of the LLRP Manager from which this command was received. | |
| uint32_t | seq_num |
| The sequence number received with this command, to be echoed in the corresponding response. | |
| RdmnetMcastNetintId | netint_id |
| An ID for the network interface on which this command was received. More... | |
| RdmCommandHeader | rdm_header |
| The header information from the encapsulated RDM command. | |
| uint8_t | data [RDM_MAX_PDL] |
| Pointer to buffer containing any associated RDM parameter data. | |
| uint8_t | data_len |
| The length of any associated RDM parameter data. | |
| RdmnetMcastNetintId LlrpSavedRdmCommand::netint_id |
An ID for the network interface on which this command was received.
This helps the LLRP library send the response on the same interface on which it was received.