RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
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 EtcPalUuid * | dynamic_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 |
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.
uint16_t endpoint_id |
The endpoint identifier for this endpoint. Valid values are between 1 and 63,999 inclusive.
size_t num_dynamic_responders |
Size of the dynamic_responders array.
size_t num_static_responders |
Size of the static_responders array.
const RdmUid* static_responders |
An array of initial virtual RDM responders on this endpoint, identified by static UID.