NLME-START-ROUTER.request params. More...
#include "zigbee-nwk.h"
Public Attributes | |
bool | m_batteryLifeExt {false} |
True if the router supports battery life extension mode. | |
uint8_t | m_beaconOrder {15} |
The beacon order of the network. | |
uint8_t | m_superframeOrder {15} |
The superframe order of the network. | |
NLME-START-ROUTER.request params.
See Zigbee Specification r22.1.0, 3.2.2.13
Definition at line 587 of file zigbee-nwk.h.
bool ns3::zigbee::NlmeStartRouterRequestParams::m_batteryLifeExt {false} |
True if the router supports battery life extension mode.
Definition at line 591 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeGetConfirm().
uint8_t ns3::zigbee::NlmeStartRouterRequestParams::m_beaconOrder {15} |
The beacon order of the network.
Definition at line 589 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeGetConfirm().
uint8_t ns3::zigbee::NlmeStartRouterRequestParams::m_superframeOrder {15} |
The superframe order of the network.
Definition at line 590 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeGetConfirm().