RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A descriptive structure for an EPT client.
#include <rdmnet/cpp/message_types/ept_client.h>
Public Member Functions | |
EptClientEntry (const RdmnetEptClientEntry &c_entry) | |
Construct an EptClientEntry copied from an instance of the C RdmnetEptClientEntry type. | |
EptClientEntry & | operator= (const RdmnetEptClientEntry &c_entry) |
Assign an instance of the C RdmnetEptClientEntry type to an instance of this class. | |
Data Fields | |
etcpal::Uuid | cid |
The client's Component Identifier (CID). | |
std::vector< EptSubProtocol > | protocols |
A list of EPT protocols that this client implements. | |