Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

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 477 of file mlme.h.


Field Documentation

uint8_t ChannelPage

Logical channel page.

Definition at line 481 of file mlme.h.

Security parameters.

Definition at line 482 of file mlme.h.

uint8_t LogicalChannel

Logical channel.

Definition at line 480 of file mlme.h.

Loss reason, BEACON_LOST with FHSS.

Definition at line 478 of file mlme.h.

uint16_t PANId

Pan-id.

Definition at line 479 of file mlme.h.