Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_beacon_ind_s Struct Reference

mlme_beacon_ind_s Struct Reference

struct mlme_beacon_ind_t Beacon notify structure More...

#include <mlme.h>

Data Fields

uint8_t BSN
 Beacon sequence number.
mlme_pan_descriptor_t PANDescriptor
 Beacon parsed Pan description.
mlme_beacon_pending_address_spec_t PendAddrSpec
 Address pending field.
uint8_t * AddrList
 Address pending list.
uint16_t beacon_data_length
 Length of beacon payload.
uint8_t * beacon_data
 Pointer to beacon payload.

Detailed Description

struct mlme_beacon_ind_t Beacon notify structure

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

Definition at line 294 of file mlme.h.


Field Documentation

uint8_t* AddrList

Address pending list.

Definition at line 298 of file mlme.h.

uint8_t* beacon_data

Pointer to beacon payload.

Definition at line 300 of file mlme.h.

Length of beacon payload.

Definition at line 299 of file mlme.h.

uint8_t BSN

Beacon sequence number.

Definition at line 295 of file mlme.h.

Beacon parsed Pan description.

Definition at line 296 of file mlme.h.

Address pending field.

Definition at line 297 of file mlme.h.