![]() |
SX126x-Arduino
2.0.1
|
#include <RegionCommon.h>
Data Fields | |
ChannelParams_t * | Channels |
Band_t * | Bands |
bool | LastTxIsJoinRequest |
bool | Joined |
bool | DutyCycleEnabled |
uint8_t | Channel |
TimerTime_t | ElapsedTime |
TimerTime_t | TxTimeOnAir |
ChannelParams_t* sRegionCommonCalcBackOffParams::Channels |
A pointer to region specific channels.
Band_t* sRegionCommonCalcBackOffParams::Bands |
A pointer to region specific bands.
bool sRegionCommonCalcBackOffParams::LastTxIsJoinRequest |
Set to true, if the last uplink was a join request.
bool sRegionCommonCalcBackOffParams::Joined |
Set to true, if the node is joined.
bool sRegionCommonCalcBackOffParams::DutyCycleEnabled |
Set to true, if the duty cycle is enabled.
uint8_t sRegionCommonCalcBackOffParams::Channel |
The current channel.
TimerTime_t sRegionCommonCalcBackOffParams::ElapsedTime |
The elapsed time since initialization.
TimerTime_t sRegionCommonCalcBackOffParams::TxTimeOnAir |
The time on air of the last Tx frame.