Denislam Valeev / Mbed OS Nucleo_rtos_basic
Embed: (wiki syntax)

« Back to documentation index

set_band_txdone_params_t Struct Reference

set_band_txdone_params_t Struct Reference

The parameter structure for the function RegionSetBandTxDone. More...

#include <lora_phy_ds.h>

Data Fields

uint8_t channel
 The channel to update.
bool joined
 Joined set to true, if the node has joined the network.
lorawan_time_t last_tx_done_time
 The last TX done time.

Detailed Description

The parameter structure for the function RegionSetBandTxDone.

Definition at line 718 of file lora_phy_ds.h.


Field Documentation

uint8_t channel

The channel to update.

Definition at line 723 of file lora_phy_ds.h.

bool joined

Joined set to true, if the node has joined the network.

Definition at line 727 of file lora_phy_ds.h.

The last TX done time.

Definition at line 731 of file lora_phy_ds.h.