RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A class representing a synchronous action to take in response to a received EPT data message.
#include <rdmnet/cpp/common.h>
Public Member Functions | |
constexpr const RdmnetSyncEptResponse & | get () const |
Get a const reference to the underlying C type. | |
Static Public Member Functions | |
static EptResponseAction | SendData (size_t response_data_len) |
Send an EPT data message in response. More... | |
static EptResponseAction | SendStatus (ept_status_code_t status_code) |
Send an EPT status message. More... | |
static EptResponseAction | DeferResponse () |
Defer the response to the EPT message, either to be sent later or because no response is necessary. | |
|
inlinestatic |
Send an EPT data message in response.
response_data_len | Length of the EPT response data provided. |
|
inlinestatic |
Send an EPT status message.
status_code | EPT status code to send. |