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

#include <lorawan_data_structures.h>

Data Fields

mcps_type_t req_type
 
loramac_event_info_status_t status
 
uint8_t data_rate
 
int8_t tx_power
 
bool ack_received
 
uint8_t nb_retries
 
lorawan_time_t tx_toa
 
uint32_t ul_frame_counter
 
uint32_t channel
 

Detailed Description

LoRaMAC MCPS-Confirm.

Definition at line 578 of file lorawan_data_structures.h.

Field Documentation

◆ req_type

mcps_type_t req_type

Holds the previously performed MCPS-Request type. i.e., the type of the MCPS request for which this confirmation is being generated

Definition at line 583 of file lorawan_data_structures.h.

◆ status

The status of the operation.

Definition at line 587 of file lorawan_data_structures.h.

◆ data_rate

uint8_t data_rate

The uplink datarate.

Definition at line 591 of file lorawan_data_structures.h.

◆ tx_power

int8_t tx_power

The transmission power.

Definition at line 595 of file lorawan_data_structures.h.

◆ ack_received

bool ack_received

Set if an acknowledgement was received.

Definition at line 599 of file lorawan_data_structures.h.

◆ nb_retries

uint8_t nb_retries

Provides the number of retransmissions.

Definition at line 603 of file lorawan_data_structures.h.

◆ tx_toa

The transmission time on air of the frame.

Definition at line 607 of file lorawan_data_structures.h.

◆ ul_frame_counter

uint32_t ul_frame_counter

The uplink counter value related to the frame.

Definition at line 611 of file lorawan_data_structures.h.

◆ channel

uint32_t channel

The uplink channel related to the frame.

Definition at line 615 of file lorawan_data_structures.h.