Loading...
Searching...
No Matches
mlme_mib_t Struct Reference

MAC Information Base descriptor for MLME Request-Confirm. More...

Detailed Description

MAC Information Base descriptor for MLME Request-Confirm.

Definition at line 98 of file lorawan.h.

#include <lorawan.h>

Data Fields

mlme_mib_type_t type
 MIB attribute identifier.
 
union { 
 
   mlme_activation_t   activation 
 holds activation mechanism More...
 
   void *   dev_addr 
 pointer to the dev_addr More...
 
   uint8_t   rx2_dr 
 
};  
 

Field Documentation

◆ activation

mlme_activation_t mlme_mib_t::activation

holds activation mechanism

Definition at line 101 of file lorawan.h.

◆ dev_addr

void* mlme_mib_t::dev_addr

pointer to the dev_addr

Definition at line 102 of file lorawan.h.

◆ rx2_dr

uint8_t mlme_mib_t::rx2_dr

Definition at line 103 of file lorawan.h.

◆ type

mlme_mib_type_t mlme_mib_t::type

MIB attribute identifier.

Definition at line 99 of file lorawan.h.


The documentation for this struct was generated from the following file: