![]() |
SX126x-Arduino
2.0.1
|
#include <Region.h>
Data Fields | |
bool | Joined |
bool | LastTxIsJoinRequest |
bool | DutyCycleEnabled |
uint8_t | Channel |
TimerTime_t | ElapsedTime |
TimerTime_t | TxTimeOnAir |
Parameter structure for the function RegionCalcBackOff.
bool sCalcBackOffParams::Joined |
Set to true, if the node has already joined a network, otherwise false.
bool sCalcBackOffParams::LastTxIsJoinRequest |
Joined Set to true, if the last uplink was a join request
bool sCalcBackOffParams::DutyCycleEnabled |
Set to true, if the duty cycle is enabled, otherwise false.
uint8_t sCalcBackOffParams::Channel |
Current channel index.
TimerTime_t sCalcBackOffParams::ElapsedTime |
Elapsed time since the start of the node.
TimerTime_t sCalcBackOffParams::TxTimeOnAir |
Time-on-air of the last transmission.