28 #ifndef INCLUDE_OLA_RDM_RDMPACKET_H_ 29 #define INCLUDE_OLA_RDM_RDMPACKET_H_ 37 static const uint8_t START_CODE = 0xcc;
38 static const uint8_t SUB_START_CODE = 0x01;
39 static const unsigned int CHECKSUM_LENGTH = 2;
45 uint8_t sub_start_code;
46 uint8_t message_length;
49 uint8_t transaction_number;
51 uint8_t message_count;
52 uint8_t sub_device[2];
53 uint8_t command_class;
55 uint8_t param_data_length;
59 #endif // INCLUDE_OLA_RDM_RDMPACKET_H_ Definition: RDMPacket.h:44
A RDM unique identifier (UID).
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44