RDMnet
HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
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 |
LlrpTargetCallbacks callbacks |
A set of callbacks for the target to receive RDMnet notifications.
EtcPalUuid cid |
The target's CID.
uint8_t* response_buf |
(optional) A data buffer to be used to respond synchronously to RDM commands. See Handling RDM Commands for more information.
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.