Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mlme_rx_enable_s Struct Reference

mlme_rx_enable_s Struct Reference

struct mlme_rx_enable_t Rx enable request structure (Not supported) More...

#include <mlme.h>

Data Fields

bool DeferPermit
 This will be ignored at nonbeacon-enabled PAN.
uint32_t RxOnTime
 This will be ignored at nonbeacon-enabled PAN.
uint32_t RxOnDuration
 Number of symbols which receiver is enabled, 0 receiver is not disabled.

Detailed Description

struct mlme_rx_enable_t Rx enable request structure (Not supported)

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

Definition at line 412 of file mlme.h.


Field Documentation

This will be ignored at nonbeacon-enabled PAN.

Definition at line 413 of file mlme.h.

uint32_t RxOnDuration

Number of symbols which receiver is enabled, 0 receiver is not disabled.

Definition at line 415 of file mlme.h.

uint32_t RxOnTime

This will be ignored at nonbeacon-enabled PAN.

Definition at line 414 of file mlme.h.