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

Overview

An RDM command received by this component and saved for a later response.

Data Fields

RdmUid rdmnet_source_uid
 
uint16_t dest_endpoint
 
uint32_t seq_num
 
RdmCommandHeader rdm_header
 
uint8_t data [RDM_MAX_PDL]
 
uint8_t data_len
 

Field Documentation

◆ data

uint8_t data[RDM_MAX_PDL]

Buffer containing any associated RDM parameter data.

◆ data_len

uint8_t data_len

The length of any associated RDM parameter data.

◆ dest_endpoint

uint16_t dest_endpoint

The local endpoint to which this command is addressed.

◆ rdm_header

RdmCommandHeader rdm_header

The header information from the encapsulated RDM command.

◆ rdmnet_source_uid

RdmUid rdmnet_source_uid

The UID of the component that sent this command.

◆ seq_num

uint32_t seq_num

The command's sequence number, to be echoed in its response.


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