LoRaWAN end device MAC layer for SX1272 and SX1276. Supports LoRaWAN-1.0 and LoRaWAN-1.1

Dependencies:   sx12xx_hal

Dependents:   LoRaWAN-SanJose_Bootcamp LoRaWAN-grove-cayenne LoRaWAN-classC-demo LoRaWAN-grove-cayenne ... more

Embed: (wiki syntax)

« Back to documentation index

uLoRaMacHeader Union Reference

uLoRaMacHeader Union Reference

#include <LoRaMacPrivate.h>

Data Structures

struct  sHdrBits

Data Fields

uint8_t Value

Detailed Description

LoRaMAC header field definition (MHDR field)

LoRaWAN Specification V1.0.1, chapter 4.2

Definition at line 198 of file LoRaMacPrivate.h.


Field Documentation

uint8_t Value

Byte-access to the bits

Definition at line 203 of file LoRaMacPrivate.h.