Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_set_conf_s Struct Reference

mlme_set_conf_s Struct Reference

struct mlme_set_conf_t Set confirm structure More...

#include <mlme.h>

Data Fields

uint8_t status
 status of operation
mlme_attr_t attr
 PIB attribute for operation.
uint8_t attr_index
 attribute index to to table (valid only for PIB attributes which are tables)

Detailed Description

struct mlme_set_conf_t Set confirm structure

See IEEE standard 802.15.4-2006 (table 71) for more details

Definition at line 356 of file mlme.h.


Field Documentation

PIB attribute for operation.

Definition at line 358 of file mlme.h.

uint8_t attr_index

attribute index to to table (valid only for PIB attributes which are tables)

Definition at line 359 of file mlme.h.

uint8_t status

status of operation

Definition at line 357 of file mlme.h.