RDMnet  HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
View other versions:
RdmnetEptClientConfig Struct Reference

Overview

A set of information that defines the startup parameters of an EPT client.

Data Fields

EtcPalUuid cid
 
RdmnetEptClientCallbacks callbacks
 
const RdmnetEptSubProtocolprotocols
 
size_t num_protocols
 
uint8_t * response_buf
 
const char * search_domain
 

Field Documentation

◆ callbacks

A set of callbacks for the client to receive RDMnet notifications.

◆ cid

The EPT client's CID.

◆ num_protocols

size_t num_protocols

The size of the protocols array.

◆ protocols

const RdmnetEptSubProtocol* protocols

The list of EPT sub-protocols that this EPT client supports.

◆ response_buf

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.

◆ search_domain

const char* search_domain

(optional) The EPT client's configured search domain for discovery. NULL to use the default search domain(s).


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