#include <OnethinxCore01.h>
Data Fields | |
| struct { | |
| uint32_t version | |
| The version of the stack. More... | |
| systemErrors_e errorStatus: 8 | |
| System Errors. More... | |
| uint8_t batteryLevel | |
| The battery level for the DevStatusAns command (network check on battery level) to be set optionally by the user (0 = external, 1 = minimum battery, 254 = maximum battery, 255 = not implemented) More... | |
| uint8_t __pad0__: 5 | |
| reserved More... | |
| bool breakCurrentFunction: 1 | |
| Break current execution. More... | |
| bool isStarted: 1 | |
| System is started? More... | |
| bool isBusy: 1 | |
| System is busy? More... | |
| bool isSleeping: 1 | |
| System is sleeping? More... | |
| }; | |
| uint8_t | reserved [16] |
| struct { ... } |
| uint8_t __pad0__ |
reserved
| uint8_t batteryLevel |
The battery level for the DevStatusAns command (network check on battery level) to be set optionally by the user (0 = external, 1 = minimum battery, 254 = maximum battery, 255 = not implemented)
| bool breakCurrentFunction |
Break current execution.
| systemErrors_e errorStatus |
System Errors.
| bool isBusy |
System is busy?
| bool isSleeping |
System is sleeping?
| bool isStarted |
System is started?
| uint8_t reserved[16] |
| uint32_t version |
The version of the stack.