Gleb Klochkov / Mbed OS Climatcontroll_Main

Dependencies:   esp8266-driver

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 562 of file lora_phy_ds.h.


Field Documentation

Set to true, if ADR is enabled.

Definition at line 579 of file lora_phy_ds.h.

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.

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.