Loading...
Searching...
No Matches
mlme_request_t Struct Reference

MAC (sub) Layer Management Entity (MLME) request representation. More...

Detailed Description

MAC (sub) Layer Management Entity (MLME) request representation.

Definition at line 110 of file lorawan.h.

#include <lorawan.h>

Data Fields

union { 
 
   mlme_lorawan_join_t   join 
 Join Data holder. More...
 
   mlme_mib_t   mib 
 MIB holder. More...
 
};  
 
mlme_type_t type
 type of the MLME request
 

Field Documentation

◆ join

mlme_lorawan_join_t mlme_request_t::join

Join Data holder.

Definition at line 112 of file lorawan.h.

◆ mib

mlme_mib_t mlme_request_t::mib

MIB holder.

Definition at line 113 of file lorawan.h.

◆ type

mlme_type_t mlme_request_t::type

type of the MLME request

Definition at line 115 of file lorawan.h.


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