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

Overview

Configuration information for a virtual endpoint on a device.

See Devices and Gateways for more information on endpoints.

#include <rdmnet/device.h>

Data Fields

uint16_t endpoint_id
 The endpoint identifier for this endpoint. More...
 
const EtcPalUuiddynamic_responders
 An array of initial virtual RDM responders on this endpoint, identified by RID. More...
 
size_t num_dynamic_responders
 Size of the dynamic_responders array.
 
const RdmUid * static_responders
 An array of initial virtual RDM responders on this endpoint, identified by static UID.
 
size_t num_static_responders
 Size of the static_responders array.
 

Field Documentation

◆ dynamic_responders

const EtcPalUuid* RdmnetVirtualEndpointConfig::dynamic_responders

An array of initial virtual RDM responders on this endpoint, identified by RID.

See Devices and Gateways for more information on virtual responders and RIDs.

◆ endpoint_id

uint16_t RdmnetVirtualEndpointConfig::endpoint_id

The endpoint identifier for this endpoint.

Valid values are between 1 and 63,999 inclusive.


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