RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
Definitions for RDMnet LLRP RDM response message types.
#include <cstdint>
#include "etcpal/cpp/error.h"
#include "etcpal/cpp/uuid.h"
#include "rdm/cpp/message.h"
#include "rdm/cpp/uid.h"
#include "rdmnet/message.h"
Go to the source code of this file.
Data Structures | |
class | rdmnet::llrp::RdmResponse |
An RDM response received over LLRP and delivered to an RDMnet callback function. More... | |
class | rdmnet::llrp::SavedRdmResponse |
An RDM response received over LLRP and saved for later processing. More... | |
Namespaces | |
rdmnet | |
A namespace which contains all C++ language definitions in the RDMnet library. | |
rdmnet::llrp | |
A namespace which contains all LLRP C++ language definitions. | |