BCP_PacketHeader Struct ReferenceBSP > API for STKs and WSTKs
BCP Packet Header definition.
       Definition at line
       
        114
       
       of file
       
        bsp_bcp.h
       
       .
      
      
       #include <
       
     
        bsp_bcp.h
       
       >
      
| Data Fields | |
| uint8_t | magic | 
| uint8_t | payloadLength | 
| uint8_t | reserved | 
| uint8_t | type | 
Field Documentation
| uint8_t BCP_PacketHeader::magic | 
Magic - start of packet - must be BSP_BCP_MAGIC
        Definition at line
        
         115
        
        of file
        
         bsp_bcp.h
        
        .
       
| uint8_t BCP_PacketHeader::payloadLength | 
Length of data segment >=0 and <=BSP_BCP_PACKET_SIZE
        Definition at line
        
         117
        
        of file
        
         bsp_bcp.h
        
        .
       
| uint8_t BCP_PacketHeader::reserved | 
Reserved for future expansion
        Definition at line
        
         118
        
        of file
        
         bsp_bcp.h
        
        .
       
| uint8_t BCP_PacketHeader::type | 
Type - packet type
        Definition at line
        
         116
        
        of file
        
         bsp_bcp.h
        
        .
       
The documentation for this struct was generated from the following file:
- 
       C:/repos/super/hardware/kit/common/bsp/
       bsp_bcp.h