LoRaWAN MAC layer implementation

Dependents:   LoRaWAN-demo-72_tjm LoRaWAN-demo-72_jlc LoRaWAN-demo-elmo frdm_LoRa_Connect_Woodstream_Demo_tjm ... more

Embed: (wiki syntax)

« Back to documentation index

sMcpsReqUnconfirmed Struct Reference

sMcpsReqUnconfirmed Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

uint8_t fPort
void * fBuffer
uint16_t fBufferSize
int8_t Datarate

Detailed Description

LoRaMAC MCPS-Request for an unconfirmed frame

Definition at line 639 of file LoRaMac.h.


Field Documentation

int8_t Datarate

Uplink datarate, if ADR is off

Definition at line 659 of file LoRaMac.h.

void* fBuffer

Pointer to the buffer of the frame payload

Definition at line 651 of file LoRaMac.h.

uint16_t fBufferSize

Size of the frame payload

Definition at line 655 of file LoRaMac.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, chapter 4.3.2

Definition at line 647 of file LoRaMac.h.