end node on synchronous star LoRa network.

Dependencies:   SX127x sx12xx_hal TSL2561

Embed: (wiki syntax)

« Back to documentation index

sMcpsReqUnconfirmed Struct Reference

sMcpsReqUnconfirmed Struct Reference

#include <LoRaMacSingle.h>

Data Fields

uint8_t fPort
void * fBuffer
uint16_t fBufferSize

Detailed Description

LoRaMAC MCPS-Request for an unconfirmed frame

Definition at line 647 of file LoRaMacSingle.h.


Field Documentation

void* fBuffer

Pointer to the buffer of the frame payload

Definition at line 659 of file LoRaMacSingle.h.

uint16_t fBufferSize

Size of the frame payload

Definition at line 663 of file LoRaMacSingle.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.1, chapter 4.3.2

Definition at line 655 of file LoRaMacSingle.h.