Denislam Valeev / Mbed OS Nucleo_rtos_basic
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 987 of file lora_phy_ds.h.


Field Documentation

uint8_t channel

The current channel index.

Definition at line 1004 of file lora_phy_ds.h.

bool dc_enabled

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

Definition at line 1000 of file lora_phy_ds.h.

Elapsed time since the start of the node.

Definition at line 1008 of file lora_phy_ds.h.

bool joined

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

Definition at line 992 of file lora_phy_ds.h.

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

Definition at line 996 of file lora_phy_ds.h.

Time-on-air of the last transmission.

Definition at line 1012 of file lora_phy_ds.h.