20171208

Fork of LoRaWAN-lib by Semtech

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 772 of file LoRaMac.h.


Field Documentation

int8_t Datarate

Uplink datarate, if ADR is off

Definition at line 785 of file LoRaMac.h.

void* fBuffer

Pointer to the buffer of the frame payload

Definition at line 777 of file LoRaMac.h.

uint16_t fBufferSize

Size of the frame payload

Definition at line 781 of file LoRaMac.h.