#include <crtp.h>
Public Attributes | |
union { | |
struct { | |
uint8_t data [CRTP_MAX_DATA_SIZE] | |
uint8_t header | |
} | |
uint8_t raw [CRTP_MAX_DATA_SIZE+1] | |
}; | |
uint8_t | size |
union { ... } |
uint8_t crtpPacket_t::data[CRTP_MAX_DATA_SIZE] |
uint8_t crtpPacket_t::header |
uint8_t crtpPacket_t::raw[CRTP_MAX_DATA_SIZE+1] |
uint8_t crtpPacket_t::size |