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

uLoRaMacHeader::sHdrBits Struct Reference

uLoRaMacHeader::sHdrBits Struct Reference

#include <LoRaMac.h>

Data Fields

uint8_t Major: 2
uint8_t RFU: 3
uint8_t MType: 3

Detailed Description

Structure containing single access to header bits

Definition at line 455 of file LoRaMac.h.


Field Documentation

uint8_t Major

Major version

Definition at line 460 of file LoRaMac.h.

uint8_t MType

Message type

Definition at line 468 of file LoRaMac.h.

uint8_t RFU

RFU

Definition at line 464 of file LoRaMac.h.