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

Overview

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

Field Documentation

◆ netint_id

RdmnetMcastNetintId LlrpRdmCommand::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.


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