RDMnet  HEAD (unstable)
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.

Data Fields

uint16_t endpoint_id
 
const EtcPalUuiddynamic_responders
 An array of initial virtual RDM responders on this endpoint, identified by RID. More...
 
size_t num_dynamic_responders
 
const RdmUid * static_responders
 
size_t num_static_responders
 

Field Documentation

◆ dynamic_responders

const EtcPalUuid* 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 endpoint_id

The endpoint identifier for this endpoint. Valid values are between 1 and 63,999 inclusive.

◆ num_dynamic_responders

size_t num_dynamic_responders

Size of the dynamic_responders array.

◆ num_static_responders

size_t num_static_responders

Size of the static_responders array.

◆ static_responders

const RdmUid* static_responders

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


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