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

« Back to documentation index

verification_params_t Union Reference

verification_params_t Union Reference

The parameter verification structure. More...

#include <lora_phy_ds.h>

Data Fields

int8_t tx_power
 The TX power to verify.
bool duty_cycle
 Set to true, if the duty cycle is enabled, otherwise false.
uint8_t nb_join_trials
 The number of join trials.
int8_t datarate
 The datarate to verify.

Detailed Description

The parameter verification structure.

Definition at line 737 of file lora_phy_ds.h.


Field Documentation

int8_t datarate

The datarate to verify.

Definition at line 754 of file lora_phy_ds.h.

bool duty_cycle

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

Definition at line 746 of file lora_phy_ds.h.

uint8_t nb_join_trials

The number of join trials.

Definition at line 750 of file lora_phy_ds.h.

int8_t tx_power

The TX power to verify.

Definition at line 742 of file lora_phy_ds.h.