![]() |
Demo HCI Implementation for WiMOD-LR Devices
V1.3.1
|
basic low level HCI message structure used for all serial messages to/from WiMOD More...
#include <HCI/WiMODLRHCI.h>
Public Attributes | |
UINT16 | Length |
UINT8 | SapID |
UINT8 | MsgID |
UINT8 | Payload [WIMODLR_HCI_MSG_PAYLOAD_SIZE] |
UINT8 | CRC16 [WIMODLR_HCI_MSG_FCS_SIZE] |
basic low level HCI message structure used for all serial messages to/from WiMOD
UINT8 TWiMODLR_HCIMessage::CRC16[WIMODLR_HCI_MSG_FCS_SIZE] |
Frame Check Sum field; a 16-bit CRC algorithm is used
UINT16 TWiMODLR_HCIMessage::Length |
length indicator; this field is not being transfered via serial link
UINT8 TWiMODLR_HCIMessage::MsgID |
Command OpCode ID for this message
UINT8 TWiMODLR_HCIMessage::Payload[WIMODLR_HCI_MSG_PAYLOAD_SIZE] |
Payload field; content is command specific
UINT8 TWiMODLR_HCIMessage::SapID |
Service Access Point ID for this message