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

sMcpsReqProprietary Struct Reference

sMcpsReqProprietary Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

void * fBuffer
uint16_t fBufferSize
int8_t Datarate

Detailed Description

LoRaMAC MCPS-Request for a proprietary frame

Definition at line 712 of file LoRaMac.h.


Field Documentation

int8_t Datarate

Uplink datarate, if ADR is off

Definition at line 725 of file LoRaMac.h.

void* fBuffer

Pointer to the buffer of the frame payload

Definition at line 717 of file LoRaMac.h.

uint16_t fBufferSize

Size of the frame payload

Definition at line 721 of file LoRaMac.h.