Mistake on this page?
Report an issue in GitHub or email us
Data Fields
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

const 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_trans
 

Detailed Description

This structure contains parameters for ADR request coming from network server.

Definition at line 306 of file lora_phy_ds.h.

Field Documentation

bool adr_enabled

Set to true, if ADR is enabled.

Definition at line 322 of file lora_phy_ds.h.

int8_t current_datarate

The current datarate.

Definition at line 326 of file lora_phy_ds.h.

uint8_t current_nb_trans

The current number of repetitions for obtaining a QOS level set by NS (applicable only to unconfirmed messages).

Definition at line 335 of file lora_phy_ds.h.

int8_t current_tx_power

The current TX power.

Definition at line 330 of file lora_phy_ds.h.

const uint8_t* payload

A pointer to the payload containing the MAC commands.

Definition at line 310 of file lora_phy_ds.h.

uint8_t payload_size

The size of the payload.

Definition at line 314 of file lora_phy_ds.h.

uint8_t ul_dwell_time

The uplink dwell time.

Definition at line 318 of file lora_phy_ds.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.