BCP_Packet_ Struct Reference
BCP Packet Structure - Board controller communication protocol version 1.
Definition at line
88
of file
bsp_bcp.h
.
#include <
bsp_bcp.h
>
Data Fields |
|
uint8_t | data [ BSP_BCP_PACKET_SIZE ] |
uint8_t | magic |
uint8_t | payloadLength |
uint8_t | type |
Field Documentation
uint8_t BCP_Packet_::data[ BSP_BCP_PACKET_SIZE ] |
BCP Packet Data payload
Definition at line
92
of file
bsp_bcp.h
.
uint8_t BCP_Packet_::magic |
Magic - start of packet - must be BSP_BCP_MAGIC
Definition at line
89
of file
bsp_bcp.h
.
uint8_t BCP_Packet_::payloadLength |
Length of data segment >=0 and <=BSP_BCP_PACKET_SIZE
Definition at line
91
of file
bsp_bcp.h
.
uint8_t BCP_Packet_::type |
Type of packet
Definition at line
90
of file
bsp_bcp.h
.
The documentation for this struct was generated from the following file:
-
C:/HandsOn/super/hardware/kit/common/bsp/
bsp_bcp.h