Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_set_s Struct Reference

mlme_set_s Struct Reference

struct mlme_set_t Set request structure More...

#include <mlme.h>

Data Fields

mlme_attr_t attr
 PIB attribute for operation.
uint8_t attr_index
 attribute index to to table (use only for PIB attributes which are tables)
const void * value_pointer
 Pointer to value.
uint8_t value_size
 define data length in bytes behind pointer

Detailed Description

struct mlme_set_t Set request structure

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

Definition at line 321 of file mlme.h.


Field Documentation

PIB attribute for operation.

Definition at line 322 of file mlme.h.

uint8_t attr_index

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

Definition at line 323 of file mlme.h.

const void* value_pointer

Pointer to value.

Definition at line 324 of file mlme.h.

uint8_t value_size

define data length in bytes behind pointer

Definition at line 325 of file mlme.h.