Mehrad Arashrad / LoRaWAN-lib

Dependents:   mDot_Semtech_LoRaWAN_Stack

Fork of LoRaWAN-lib by Semtech

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.