RDMnet  0.3.0
Implementation of ANSI E1.33 (RDMnet)
View other versions:
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
RdmnetDestinationAddr Struct Reference

Overview

#include <rdmnet/client.h>

Data Fields

RdmUid rdmnet_uid
 The UID of the RDMnet component to which this command is addressed.
 
uint16_t endpoint
 The endpoint on the RDMnet component to which this message is addressed. More...
 
RdmUid rdm_uid
 The UID of the RDM responder to which this message is addressed. More...
 
uint16_t subdevice
 The sub-device to which this command is addressed, or 0 for the root device.
 

Field Documentation

◆ endpoint

uint16_t RdmnetDestinationAddr::endpoint

The endpoint on the RDMnet component to which this message is addressed.

If addressing the default (root) responder of an RDMnet device, set this to E133_NULL_ENDPOINT.

◆ rdm_uid

RdmUid RdmnetDestinationAddr::rdm_uid

The UID of the RDM responder to which this message is addressed.

If addressing the default (root) responder of an RDMnet device, this should be the same as rdmnet_uid.


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