Rtos API example

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


Field Documentation

This will be ignored at nonbeacon-enabled PAN.

Definition at line 404 of file mlme.h.

uint32_t RxOnDuration

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

Definition at line 406 of file mlme.h.

uint32_t RxOnTime

This will be ignored at nonbeacon-enabled PAN.

Definition at line 405 of file mlme.h.