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

Overview

A buffer and set of callbacks which can be optionally provided to handle RDM commands addressed to a controller. See Handling RDM Commands for more information.

Data Fields

RdmnetControllerRdmCommandReceivedCallback rdm_command_received
 
RdmnetControllerLlrpRdmCommandReceivedCallback llrp_rdm_command_received
 
uint8_t * response_buf
 
void * context
 

Field Documentation

◆ context

void* context

(optional) Pointer to opaque data passed back with each callback.

◆ llrp_rdm_command_received

Callback called when an RDM command is received over LLRP.

◆ rdm_command_received

Callback called when an RDM command is received from a controller.

◆ response_buf

uint8_t* response_buf

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


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