RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
An RDM command received from a remote LLRP Manager.
Data Fields | |
EtcPalUuid | source_cid |
uint32_t | seq_num |
EtcPalMcastNetintId | netint_id |
RdmCommandHeader | rdm_header |
const uint8_t * | data |
uint8_t | data_len |
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.
EtcPalMcastNetintId 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.
RdmCommandHeader rdm_header |
The header information from the encapsulated RDM command.
uint32_t seq_num |
The sequence number received with this command, to be echoed in the corresponding response.
EtcPalUuid source_cid |
The CID of the LLRP Manager from which this command was received.