Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_device_descriptor_s Struct Reference

mlme_device_descriptor_s Struct Reference

struct mlme_device_descriptor_t Device descriptor More...

#include <mlme.h>

Data Fields

uint16_t PANId
 Pan-id.
uint16_t ShortAddress
 Device 16-bit short address 0xffff means not defined.
uint8_t ExtAddress [8]
 Device Extended 64-bit address.
uint32_t FrameCounter
 Security Frame counter.
bool Exempt:1
 Set false.

Detailed Description

struct mlme_device_descriptor_t Device descriptor

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

Definition at line 128 of file mlme.h.


Field Documentation

bool Exempt

Set false.

Definition at line 133 of file mlme.h.

uint8_t ExtAddress[8]

Device Extended 64-bit address.

Definition at line 131 of file mlme.h.

uint32_t FrameCounter

Security Frame counter.

Definition at line 132 of file mlme.h.

uint16_t PANId

Pan-id.

Definition at line 129 of file mlme.h.

uint16_t ShortAddress

Device 16-bit short address 0xffff means not defined.

Definition at line 130 of file mlme.h.