RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
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.
#include <rdmnet/controller.h>
Data Fields | |
RdmnetControllerRdmCommandReceivedCallback | rdm_command_received |
Callback called when an RDM command is received from a controller. | |
RdmnetControllerLlrpRdmCommandReceivedCallback | llrp_rdm_command_received |
Callback called when an RDM command is received over LLRP. | |
uint8_t * | response_buf |
(optional) A data buffer used to respond synchronously to RDM commands. More... | |
void * | context |
(optional) Pointer to opaque data passed back with each callback. | |
uint8_t* RdmnetControllerRdmCmdHandler::response_buf |
(optional) A data buffer used to respond synchronously to RDM commands.
See Handling RDM Commands for more information.