My climat station

Dependencies:   esp8266-driver

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 550 of file lorawan_data_structures.h.


Field Documentation

uint8_t major

Major version.

Definition at line 555 of file lorawan_data_structures.h.

uint8_t mtype

Message type

Definition at line 563 of file lorawan_data_structures.h.

uint8_t RFU

RFU

Definition at line 559 of file lorawan_data_structures.h.