Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_key_id_lookup_descriptor_s Struct Reference

mlme_key_id_lookup_descriptor_s Struct Reference

struct mlme_key_id_lookup_descriptor_t Key id lookup descriptor More...

#include <mlme.h>

Data Fields

uint8_t LookupData [9]
 Key Lookup data.
unsigned LookupDataSize:1
 Key Lookup data size 0= 5 1 is 9 bytes.

Detailed Description

struct mlme_key_id_lookup_descriptor_t Key id lookup descriptor

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

Definition at line 141 of file mlme.h.


Field Documentation

uint8_t LookupData[9]

Key Lookup data.

Definition at line 142 of file mlme.h.

unsigned LookupDataSize

Key Lookup data size 0= 5 1 is 9 bytes.

Definition at line 143 of file mlme.h.