BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

loramac_mhdr_t::hdr_bits_s Struct Reference

loramac_mhdr_t::hdr_bits_s Struct Reference

#include <lorawan_data_structures.h>

Data Fields

uint8_t major: 2
uint8_t RFU: 3
uint8_t mtype: 3

Detailed Description

The structure containing single access to header bits.

Definition at line 563 of file lorawan_data_structures.h.


Field Documentation

uint8_t major

Major version.

Definition at line 568 of file lorawan_data_structures.h.

uint8_t mtype

Message type

Definition at line 576 of file lorawan_data_structures.h.

uint8_t RFU

RFU

Definition at line 572 of file lorawan_data_structures.h.