Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_get_conf_s Struct Reference

mlme_get_conf_s Struct Reference

struct mlme_get_conf_t Get 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)
void * value_pointer
 Pointer to data when status is MLME_SUCCESS.
uint8_t value_size
 define data length in bytes behind pointer

Detailed Description

struct mlme_get_conf_t Get confirm structure

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

Definition at line 343 of file mlme.h.


Field Documentation

PIB attribute for operation.

Definition at line 345 of file mlme.h.

uint8_t attr_index

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

Definition at line 346 of file mlme.h.

uint8_t status

status of operation

Definition at line 344 of file mlme.h.

Pointer to data when status is MLME_SUCCESS.

Definition at line 347 of file mlme.h.

uint8_t value_size

define data length in bytes behind pointer

Definition at line 348 of file mlme.h.