RDMnet  HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
View other versions:
LlrpRdmCommand Struct Reference

Overview

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
 

Field Documentation

◆ data

const uint8_t* data

Pointer to buffer containing any associated RDM parameter data.

◆ data_len

uint8_t data_len

The length of any associated RDM parameter data.

◆ 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.

◆ rdm_header

RdmCommandHeader rdm_header

The header information from the encapsulated RDM command.

◆ seq_num

uint32_t seq_num

The sequence number received with this command, to be echoed in the corresponding response.

◆ source_cid

EtcPalUuid source_cid

The CID of the LLRP Manager from which this command was received.


The documentation for this struct was generated from the following file: