wang yaguang / 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 530 of file lora_phy_ds.h.


Field Documentation

uint8_t channel

The channel to update.

Definition at line 535 of file lora_phy_ds.h.

bool joined

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

Definition at line 539 of file lora_phy_ds.h.

The last TX done time.

Definition at line 543 of file lora_phy_ds.h.