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

Overview

This structure should not be manipulated directly - use the macros to access it:

Contains information about an RDMnet EPT response to be sent synchronously from an RDMnet callback.

Data Fields

rdmnet_ept_response_action_t response_action
 
union {
   size_t   response_data_len
 
   ept_status_code_t   status_code
 
response_data
 

Field Documentation

◆ response_action

Represents the response action to take.

◆ 

union { ... } response_data

Data associated with certain response actions (use the macros to access).

◆ response_data_len

size_t response_data_len

The length of the response data which has been copied into the buffer given at initialization time. Valid if response_action is kRdmnetEptResponseActionSendData.

◆ status_code

ept_status_code_t status_code

The EPT status code. Valid if response action is kRdmnetEptResponseActionSendStatus.


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