Onethinx LoRaWAN module
systemStatus_t Union Reference

#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]
 

Field Documentation

◆ 

struct { ... }

◆ __pad0__

uint8_t __pad0__

reserved

◆ batteryLevel

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)

◆ breakCurrentFunction

bool breakCurrentFunction

Break current execution.

◆ errorStatus

systemErrors_e errorStatus

System Errors.

◆ isBusy

bool isBusy

System is busy?

◆ isSleeping

bool isSleeping

System is sleeping?

◆ isStarted

bool isStarted

System is started?

◆ reserved

uint8_t reserved[16]

◆ version

uint32_t version

The version of the stack.