|
LevelMeter-Display
2.0
An ultrasonic Level Meter for Stormwater Cisterns
|
Description of a Bluetooth Packet. More...
Data Fields | |
| uint8_t | checksum |
| The checksum from packetType to dataLengthH. More... | |
| uint8_t | data [] |
| The data. More... | |
| uint8_t | dataLengthH |
| The high byte of the data length. More... | |
| uint8_t | dataLengthL |
| The low byte of the data length. More... | |
| uint8_t | opcode |
| uint8_t | packetType |
Description of a Bluetooth Packet.
| uint8_t checksum |
The checksum from packetType to dataLengthH.
| uint8_t data[] |
The data.
Referenced by DoCflags().
| uint8_t dataLengthH |
The high byte of the data length.
| uint8_t dataLengthL |
The low byte of the data length.
| uint8_t opcode |
Referenced by DoCflags().
| uint8_t packetType |
Referenced by DoCflags().
1.8.15