BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

backoff_params_s Struct Reference

backoff_params_s Struct Reference

#include <lora_phy_ds.h>

Data Fields

bool joined
 Set to true, if the node has already joined a network, otherwise false.
bool last_tx_was_join_req
 set to true, if the last uplink was a join request.
bool dc_enabled
 Set to true, if the duty cycle is enabled, otherwise false.
uint8_t channel
 The current channel index.
lorawan_time_t elapsed_time
 Elapsed time since the start of the node.
lorawan_time_t tx_toa
 Time-on-air of the last transmission.

Detailed Description

The parameter structure for the function RegionCalcBackOff.

Definition at line 775 of file lora_phy_ds.h.


Field Documentation

uint8_t channel

The current channel index.

Definition at line 792 of file lora_phy_ds.h.

bool dc_enabled

Set to true, if the duty cycle is enabled, otherwise false.

Definition at line 788 of file lora_phy_ds.h.

Elapsed time since the start of the node.

Definition at line 796 of file lora_phy_ds.h.

bool joined

Set to true, if the node has already joined a network, otherwise false.

Definition at line 780 of file lora_phy_ds.h.

set to true, if the last uplink was a join request.

Definition at line 784 of file lora_phy_ds.h.

Time-on-air of the last transmission.

Definition at line 800 of file lora_phy_ds.h.