88 MIN_AT_COMMAND_FRAME_SIZE + MAX_AT_COMMAND_PARAMS_LENGTH)
125 uint8_t
rfData[MAX_PACKET_PAYLOAD_LENGTH];
135 MIN_TX_REQUEST_FRAME_SIZE + MAX_PACKET_PAYLOAD_LENGTH)
183 MIN_AT_COMMAND_FRAME_SIZE + MAX_AT_COMMAND_RESPONSE_LENGTH)
286 uint8_t
rxData[MAX_PACKET_PAYLOAD_LENGTH];
296 MIN_RX_PACKET_FRAME_SIZE + MAX_PACKET_PAYLOAD_LENGTH)
@ FTYPE_AT_COMMAND_RESPONSE
Driver for the VN100S IMU.
uint8_t frameData[FRAME_DATA_SIZE]
FrameType * toFrameType()
uint16_t getFrameDataLength() const
static bool fromAPIFrame(APIFrame &api, APIFrameLog *dest)
uint8_t frameData[FRAME_DATA_SIZE]
static constexpr auto reflect()
uint8_t * getCommandDataPointer()
uint8_t getFrameID() const
uint16_t getCommandDataLength() const
const char * getATCommand() const
static bool toFrameType(APIFrame &api, ATCommandFrameLog *dest)
static constexpr auto reflect()
uint16_t commandDataLength
uint8_t commandData[MAX_AT_COMMAND_PARAMS_LENGTH]
uint8_t getFrameID() const
uint8_t getCommandStatus() const
uint16_t getCommandDataLength() const
const char * getATCommand() const
uint8_t * getCommandDataPointer()
uint16_t commandDataLength
static constexpr auto reflect()
uint8_t commandData[MAX_AT_COMMAND_RESPONSE_LENGTH]
static bool toFrameType(APIFrame &api, ATCommandResponseFrameLog *dest)
uint8_t getStatus() const
static constexpr auto reflect()
static bool toFrameType(APIFrame &api, ModemStatusFrameLog *dest)
uint64_t getSourceAddress() const
uint8_t getReceiveOptions() const
uint8_t * getRXDataPointer()
uint16_t getRXDataLength() const
static constexpr auto reflect()
static bool toFrameType(APIFrame &api, RXPacketFrameLog *dest)
uint8_t rxData[MAX_PACKET_PAYLOAD_LENGTH]
uint8_t getFrameID() const
uint16_t getRFDataLength() const
uint8_t getBroadcastRadius() const
uint8_t * getRFDataPointer()
uint8_t getTrasmitOptions() const
uint64_t getDestAddress() const
uint64_t destinationAddress
static bool toFrameType(APIFrame &api, TXRequestFrameLog *dest)
static constexpr auto reflect()
uint8_t rfData[MAX_PACKET_PAYLOAD_LENGTH]
uint8_t getFrameID() const
uint8_t getDeliveryStatus() const
uint8_t getTransmitRetryCount() const
uint8_t getDiscoveryStatus() const
static constexpr auto reflect()
static bool toFrameType(APIFrame &api, TXStatusFrameLog *dest)