BCP Packet Structure - Board controller communication protocol version 1.
More...
#include <bsp_bcp.h>
Definition at line 74 of file bsp_bcp.h.
uint8_t BCP_Packet_::magic |
Magic - start of packet - must be BSP_BCP_MAGIC
Definition at line 76 of file bsp_bcp.h.
uint8_t BCP_Packet_::type |
Type of packet
Definition at line 77 of file bsp_bcp.h.
uint8_t BCP_Packet_::payloadLength |
Length of data segment >=0 and <=BSP_BCP_PACKET_SIZE
Definition at line 78 of file bsp_bcp.h.
BCP Packet Data payload
Definition at line 79 of file bsp_bcp.h.
The documentation for this struct was generated from the following file: