LevelMeter-Display  2.0
An ultrasonic Level Meter for Stormwater Cisterns
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
BTFrame_t Struct Reference

Description of a Bluetooth Packet. More...

Data Fields

uint8_t checksum
 The checksum from packetType to dataLengthH. More...
 
uint8_t data []
 
uint8_t dataLengthH
 The higher byte of the data length. More...
 
uint8_t dataLengthL
 The lower byte of the data length. More...
 
uint8_t opcode
 
uint8_t packetType
 
uint8_t startDelimiter
 Is STX (0x02) in a Bluetooth frame. More...
 

Detailed Description

Description of a Bluetooth Packet.

Field Documentation

uint8_t checksum

The checksum from packetType to dataLengthH.

uint8_t data[]
uint8_t dataLengthH

The higher byte of the data length.

uint8_t dataLengthL

The lower byte of the data length.

uint8_t opcode
uint8_t packetType
uint8_t startDelimiter

Is STX (0x02) in a Bluetooth frame.


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