Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_sync_loss_s Struct Reference

mlme_sync_loss_s Struct Reference

struct mlme_sync_loss_s Synch loss indication More...

#include <mlme.h>

Data Fields

mlme_loss_reason_t LossReason
 Loss reason, BEACON_LOST with FHSS.
uint16_t PANId
 Pan-id.
uint8_t LogicalChannel
 Logical channel.
uint8_t ChannelPage
 Logical channel page.
mlme_security_t Key
 Security parameters.

Detailed Description

struct mlme_sync_loss_s Synch loss indication

Stack will trig this with FHSS enabled mac when synch to parent is lost See IEEE standard 802.15.4-2006 (table 73) for more details

Definition at line 468 of file mlme.h.


Field Documentation

uint8_t ChannelPage

Logical channel page.

Definition at line 472 of file mlme.h.

Security parameters.

Definition at line 473 of file mlme.h.

uint8_t LogicalChannel

Logical channel.

Definition at line 471 of file mlme.h.

Loss reason, BEACON_LOST with FHSS.

Definition at line 469 of file mlme.h.

uint16_t PANId

Pan-id.

Definition at line 470 of file mlme.h.