Nathan Yonkee / Mbed 2 deprecated Nucleo_sinewave_output_copy

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

mcps_req_unconfirmed_t Struct Reference

mcps_req_unconfirmed_t Struct Reference

#include <lorawan_data_structures.h>

Data Fields

uint8_t fport
int8_t data_rate

Detailed Description

LoRaMAC MCPS-Request for an unconfirmed frame.

Definition at line 768 of file lorawan_data_structures.h.


Field Documentation

int8_t data_rate

Uplink datarate, if ADR is off.

Definition at line 780 of file lorawan_data_structures.h.

uint8_t fport

Frame port field. Must be set if the payload is not empty. Use the application-specific frame port values: [1...223].

LoRaWAN Specification V1.0.2, chapter 4.3.2.

Definition at line 775 of file lorawan_data_structures.h.