BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

tx_param_setup_req_s Struct Reference

tx_param_setup_req_s Struct Reference

Contains tx parameter setup request coming from network server. More...

#include <lora_phy_ds.h>

Data Fields

uint8_t ul_dwell_time
 The uplink dwell time.
uint8_t dl_dwell_time
 The downlink dwell time.
uint8_t max_eirp
 The max EIRP.

Detailed Description

Contains tx parameter setup request coming from network server.

Definition at line 724 of file lora_phy_ds.h.


Field Documentation

uint8_t dl_dwell_time

The downlink dwell time.

Definition at line 733 of file lora_phy_ds.h.

uint8_t max_eirp

The max EIRP.

Definition at line 737 of file lora_phy_ds.h.

uint8_t ul_dwell_time

The uplink dwell time.

Definition at line 729 of file lora_phy_ds.h.