Loading...
Searching...
No Matches
mlme_confirm_t Struct Reference

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

Detailed Description

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

Definition at line 131 of file lorawan.h.

#include <lorawan.h>

Data Fields

int16_t status
 status of the MLME confirm
 
mlme_type_t type
 type of the MLME confirm
 
union { 
 
   mlme_link_req_confirm_t   link_req 
 Link Check confirmation data. More...
 
   mlme_mib_t   mib 
 MIB confirmation data. More...
 
};  
 

Field Documentation

◆ link_req

mlme_link_req_confirm_t mlme_confirm_t::link_req

Link Check confirmation data.

Definition at line 135 of file lorawan.h.

◆ mib

mlme_mib_t mlme_confirm_t::mib

MIB confirmation data.

Definition at line 136 of file lorawan.h.

◆ status

int16_t mlme_confirm_t::status

status of the MLME confirm

Definition at line 132 of file lorawan.h.

◆ type

mlme_type_t mlme_confirm_t::type

type of the MLME confirm

Definition at line 133 of file lorawan.h.


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