Embed: (wiki syntax)

« Back to documentation index

adr_req_params_t Struct Reference

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

Set to true, if ADR is enabled.

Definition at line 613 of file lora_phy_ds.h.

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.

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.