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

« Back to documentation index

get_phy_params_t Struct Reference

get_phy_params_t Struct Reference

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

#include <lora_phy_ds.h>

Data Fields

phy_attributes_t attribute
 Set up the parameter to get.
int8_t datarate
 The parameter is needed for the following queries: PHY_MAX_PAYLOAD, PHY_MAX_PAYLOAD_REPEATER, PHY_NEXT_LOWER_TX_DR.

Detailed Description

The parameter structure for the function RegionGetPhyParam.

Definition at line 700 of file lora_phy_ds.h.


Field Documentation

Set up the parameter to get.

Definition at line 705 of file lora_phy_ds.h.

int8_t datarate

The parameter is needed for the following queries: PHY_MAX_PAYLOAD, PHY_MAX_PAYLOAD_REPEATER, PHY_NEXT_LOWER_TX_DR.

Definition at line 711 of file lora_phy_ds.h.