RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A set of information that defines the startup parameters of an EPT client.
Data Fields | |
EtcPalUuid | cid |
RdmnetEptClientCallbacks | callbacks |
const RdmnetEptSubProtocol * | protocols |
size_t | num_protocols |
uint8_t * | response_buf |
const char * | search_domain |
RdmnetEptClientCallbacks callbacks |
A set of callbacks for the client to receive RDMnet notifications.
EtcPalUuid cid |
The EPT client's CID.
size_t num_protocols |
The size of the protocols array.
const RdmnetEptSubProtocol* protocols |
The list of EPT sub-protocols that this EPT client supports.
uint8_t* response_buf |
(optional) A data buffer to be used to respond synchronously to EPT data notifications. See Using the EPT Client API for more information.
const char* search_domain |
(optional) The EPT client's configured search domain for discovery. NULL to use the default search domain(s).