Mbed OS Reference
Loading...
Searching...
No Matches
lorawan_tx_metadata Struct Reference

Meta-data collection for a transmission. More...

#include <lorawan_types.h>

Data Fields

uint32_t tx_toa
 The transmission time on air of the frame. More...
 
uint32_t channel
 The uplink channel used for transmission. More...
 
int8_t tx_power
 The transmission power. More...
 
uint8_t data_rate
 The uplink datarate. More...
 
uint8_t nb_retries
 Provides the number of retransmissions. More...
 
bool stale
 A boolean to mark if the meta data is stale. More...
 

Detailed Description

Meta-data collection for a transmission.

Definition at line 622 of file lorawan_types.h.

Field Documentation

◆ tx_toa

uint32_t tx_toa

The transmission time on air of the frame.

Definition at line 626 of file lorawan_types.h.

◆ channel

uint32_t channel

The uplink channel used for transmission.

Definition at line 630 of file lorawan_types.h.

◆ tx_power

int8_t tx_power

The transmission power.

Definition at line 634 of file lorawan_types.h.

◆ data_rate

uint8_t data_rate

The uplink datarate.

Definition at line 638 of file lorawan_types.h.

◆ nb_retries

uint8_t nb_retries

Provides the number of retransmissions.

Definition at line 642 of file lorawan_types.h.

◆ stale

bool stale

A boolean to mark if the meta data is stale.

Definition at line 646 of file lorawan_types.h.