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

Overview

A set of notification callbacks received about a device.

Data Fields

RdmnetDeviceConnectedCallback connected
 
RdmnetDeviceConnectFailedCallback connect_failed
 
RdmnetDeviceDisconnectedCallback disconnected
 
RdmnetDeviceRdmCommandReceivedCallback rdm_command_received
 
RdmnetDeviceLlrpRdmCommandReceivedCallback llrp_rdm_command_received
 
RdmnetDeviceDynamicUidStatusCallback dynamic_uid_status_received
 
void * context
 

Field Documentation

◆ connect_failed

Required.

◆ connected

Required.

◆ context

void* context

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

◆ disconnected

Required.

◆ dynamic_uid_status_received

RdmnetDeviceDynamicUidStatusCallback dynamic_uid_status_received

Optional.

◆ llrp_rdm_command_received

RdmnetDeviceLlrpRdmCommandReceivedCallback llrp_rdm_command_received

Required.

◆ rdm_command_received

Required.


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