MLME-START.request params. More...
#include "lr-wpan-mac-base.h"
Public Attributes | |
bool | m_battLifeExt {false} |
Flag indicating whether or not the Battery life extension (BLE) features are used. | |
uint8_t | m_bcnOrd {15} |
Beacon Order, Used to calculate the beacon interval, a value of 15 indicates no periodic beacons will be transmitted. | |
bool | m_coorRealgn {false} |
True if a realignment request command is to be transmitted prior changing the superframe. | |
uint8_t | m_logCh {11} |
Logical channel on which to start using the new superframe configuration. | |
uint32_t | m_logChPage {0} |
Logical channel page on which to start using the new superframe configuration. | |
bool | m_panCoor {false} |
On true this device will become coordinator. | |
uint16_t | m_PanId {0} |
Pan Identifier used by the device. | |
uint8_t | m_sfrmOrd {15} |
Superframe Order, indicates the length of the CAP in time slots. | |
uint32_t | m_startTime {0} |
Time at which to begin transmitting beacons (Used by Coordinator not PAN Coordinators). | |
MLME-START.request params.
See 802.15.4-2011 Section 6.2.12.1
Definition at line 128 of file lr-wpan-mac-base.h.
bool ns3::lrwpan::MlmeStartRequestParams::m_battLifeExt {false} |
Flag indicating whether or not the Battery life extension (BLE) features are used.
Definition at line 141 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::EndStartRequest().
uint8_t ns3::lrwpan::MlmeStartRequestParams::m_bcnOrd {15} |
Beacon Order, Used to calculate the beacon interval, a value of 15 indicates no periodic beacons will be transmitted.
Definition at line 137 of file lr-wpan-mac-base.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), and ns3::lrwpan::LrWpanMac::EndStartRequest().
bool ns3::lrwpan::MlmeStartRequestParams::m_coorRealgn {false} |
True if a realignment request command is to be transmitted prior changing the superframe.
Definition at line 143 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::EndStartRequest().
uint8_t ns3::lrwpan::MlmeStartRequestParams::m_logCh {11} |
Logical channel on which to start using the new superframe configuration.
Definition at line 131 of file lr-wpan-mac-base.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), and ns3::lrwpan::LrWpanMac::PlmeSetAttributeConfirm().
uint32_t ns3::lrwpan::MlmeStartRequestParams::m_logChPage {0} |
Logical channel page on which to start using the new superframe configuration.
Definition at line 133 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::MlmeStartRequest().
bool ns3::lrwpan::MlmeStartRequestParams::m_panCoor {false} |
On true this device will become coordinator.
Definition at line 140 of file lr-wpan-mac-base.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), and ns3::lrwpan::LrWpanMac::EndStartRequest().
uint16_t ns3::lrwpan::MlmeStartRequestParams::m_PanId {0} |
Pan Identifier used by the device.
Definition at line 130 of file lr-wpan-mac-base.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), and ns3::lrwpan::LrWpanMac::EndStartRequest().
uint8_t ns3::lrwpan::MlmeStartRequestParams::m_sfrmOrd {15} |
Superframe Order, indicates the length of the CAP in time slots.
Definition at line 139 of file lr-wpan-mac-base.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), and ns3::lrwpan::LrWpanMac::EndStartRequest().
uint32_t ns3::lrwpan::MlmeStartRequestParams::m_startTime {0} |
Time at which to begin transmitting beacons (Used by Coordinator not PAN Coordinators).
The time is specified in symbols.
Definition at line 135 of file lr-wpan-mac-base.h.