|
RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
An RDMnet EPT data message received by a local component.
#include <rdmnet/message.h>
Data Fields | |
| EtcPalUuid | source_cid |
| The CID of the EPT client that sent this data. | |
| uint16_t | manufacturer_id |
| The ESTA manufacturer ID that identifies the EPT sub-protocol. | |
| uint16_t | protocol_id |
| The protocol ID that identifies the EPT sub-protocol. | |
| const uint8_t * | data |
| The data associated with this EPT message. | |
| size_t | data_len |
| The length of the data associated with this EPT message. | |