RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
A description of an EPT sub-protocol.
EPT clients can implement multiple protocols, each of which is identified by a two-part identifier including an ESTA manufacturer ID and a protocol ID.
#include <rdmnet/message.h>
Data Fields | |
uint16_t | manufacturer_id |
The ESTA manufacturer ID under which this protocol is namespaced. | |
uint16_t | protocol_id |
The identifier for this protocol. | |
const char * | protocol_string |
A descriptive string for the protocol. | |