Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
adr_req_params_t Struct Reference
This structure contains parameters for ADR request coming from network server. More...
#include <lora_phy_ds.h>
Data Fields | |
uint8_t * | payload |
uint8_t | payload_size |
uint8_t | ul_dwell_time |
bool | adr_enabled |
int8_t | current_datarate |
int8_t | current_tx_power |
uint8_t | current_nb_rep |
Detailed Description
This structure contains parameters for ADR request coming from network server.
Definition at line 562 of file lora_phy_ds.h.
Field Documentation
bool adr_enabled |
Set to true, if ADR is enabled.
Definition at line 579 of file lora_phy_ds.h.
int8_t current_datarate |
The current datarate.
Definition at line 583 of file lora_phy_ds.h.
uint8_t current_nb_rep |
The current number of repetitions.
Definition at line 591 of file lora_phy_ds.h.
int8_t current_tx_power |
The current TX power.
Definition at line 587 of file lora_phy_ds.h.
uint8_t* payload |
A pointer to the payload containing the MAC commands.
Definition at line 567 of file lora_phy_ds.h.
uint8_t payload_size |
The size of the payload.
Definition at line 571 of file lora_phy_ds.h.
uint8_t ul_dwell_time |
The uplink dwell time.
Definition at line 575 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 14:26:33 by
