|
RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A set of information that defines the startup parameters of an EPT client.
#include <rdmnet/ept_client.h>
Data Fields | |
| EtcPalUuid | cid |
| The EPT client's CID. | |
| RdmnetEptClientCallbacks | callbacks |
| A set of callbacks for the client to receive RDMnet notifications. | |
| const RdmnetEptSubProtocol * | protocols |
| The list of EPT sub-protocols that this EPT client supports. | |
| size_t | num_protocols |
| The size of the protocols array. | |
| uint8_t * | response_buf |
| (optional) A data buffer to be used to respond synchronously to EPT data notifications. More... | |
| const char * | search_domain |
| (optional) The EPT client's configured search domain for discovery. More... | |
| uint8_t* RdmnetEptClientConfig::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* RdmnetEptClientConfig::search_domain |
(optional) The EPT client's configured search domain for discovery.
NULL to use the default search domain(s).