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 596 of file lora_phy_ds.h.
Field Documentation
bool adr_enabled |
Set to true, if ADR is enabled.
Definition at line 613 of file lora_phy_ds.h.
int8_t current_datarate |
The current datarate.
Definition at line 617 of file lora_phy_ds.h.
uint8_t current_nb_rep |
The current number of repetitions.
Definition at line 625 of file lora_phy_ds.h.
int8_t current_tx_power |
The current TX power.
Definition at line 621 of file lora_phy_ds.h.
uint8_t* payload |
A pointer to the payload containing the MAC commands.
Definition at line 601 of file lora_phy_ds.h.
uint8_t payload_size |
The size of the payload.
Definition at line 605 of file lora_phy_ds.h.
uint8_t ul_dwell_time |
The uplink dwell time.
Definition at line 609 of file lora_phy_ds.h.
Generated on Tue Jul 12 2022 12:22:42 by
