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

Overview

A set of information that defines the startup parameters of an LLRP Target.

Note that network interfaces the target should use are no longer specified here. Instead, the set of interfaces passed to rdmnet_init() is used.

Data Fields

EtcPalUuid cid
 
LlrpTargetCallbacks callbacks
 
uint8_t * response_buf
 
RdmUid uid
 

Field Documentation

◆ callbacks

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

◆ cid

The target's CID.

◆ response_buf

uint8_t* response_buf

(optional) A data buffer to be used to respond synchronously to RDM commands. See Handling RDM Commands for more information.

◆ uid

RdmUid uid

(optional) The target's UID. Will be dynamically generated by default. If you want a static UID instead, just fill this in with the static UID after initializing.


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