RDMnet
0.3.0
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.
#include <rdmnet/device.h>
Data Fields | |
uint16_t | endpoint_id |
The endpoint identifier for this endpoint. More... | |
const EtcPalUuid * | dynamic_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. | |
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.
uint16_t RdmnetVirtualEndpointConfig::endpoint_id |
The endpoint identifier for this endpoint.
Valid values are between 1 and 63,999 inclusive.