BCP_PacketHeader Struct Reference
[API for STK's]

BCP Packet Header definition. More...

#include <bsp_bcp.h>

Collaboration diagram for BCP_PacketHeader:
Collaboration graph
[legend]

Data Fields

uint8_t magic
 Magic - start of packet - must be BSP_BCP_MAGIC.
uint8_t type
 Type - packet type.
uint8_t payloadLength
 Length of data segment >=0 and <=BSP_BCP_PACKET_SIZE.
uint8_t reserved
 Reserved for future expansion.

Detailed Description

BCP Packet Header definition.

Definition at line 114 of file bsp_bcp.h.


Field Documentation

Magic - start of packet - must be BSP_BCP_MAGIC.

Definition at line 116 of file bsp_bcp.h.

Length of data segment >=0 and <=BSP_BCP_PACKET_SIZE.

Definition at line 118 of file bsp_bcp.h.

Reserved for future expansion.

Definition at line 119 of file bsp_bcp.h.

Type - packet type.

Definition at line 117 of file bsp_bcp.h.


The documentation for this struct was generated from the following file: