PAN Descriptor, Table 17 IEEE 802.15.4-2011. More...
#include "lr-wpan-mac.h"
Public Attributes | |
LrWpanAddressMode | m_coorAddrMode {SHORT_ADDR} |
The coordinator addressing mode corresponding to the received beacon frame. More... | |
Mac64Address | m_coorExtAddr |
The coordinator extended address as specified in the coordinator address mode. More... | |
uint16_t | m_coorPanId |
The PAN ID of the coordinator as specified in the received beacon frame. More... | |
Mac16Address | m_coorShortAddr |
The coordinator short address as specified in the coordinator address mode. More... | |
bool | m_gtsPermit |
TRUE if the beacon is from the PAN coordinator that is accepting GTS requests. More... | |
uint8_t | m_linkQuality |
The LQI at which the network beacon was received. More... | |
uint8_t | m_logCh {11} |
The current channel number occupied by the network. More... | |
uint8_t | m_logChPage {0} |
The current channel page occupied by the network. More... | |
SuperframeField | m_superframeSpec |
The superframe specification as specified in the received beacon frame. More... | |
Time | m_timeStamp |
Beacon frame reception time. More... | |
PAN Descriptor, Table 17 IEEE 802.15.4-2011.
Definition at line 317 of file lr-wpan-mac.h.
LrWpanAddressMode ns3::PanDescriptor::m_coorAddrMode {SHORT_ADDR} |
The coordinator addressing mode corresponding to the received beacon frame.
Definition at line 319 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
Mac64Address ns3::PanDescriptor::m_coorExtAddr |
The coordinator extended address as specified in the coordinator address mode.
Definition at line 325 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
uint16_t ns3::PanDescriptor::m_coorPanId |
The PAN ID of the coordinator as specified in the received beacon frame.
Definition at line 321 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
Mac16Address ns3::PanDescriptor::m_coorShortAddr |
The coordinator short address as specified in the coordinator address mode.
Definition at line 323 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
bool ns3::PanDescriptor::m_gtsPermit |
TRUE if the beacon is from the PAN coordinator that is accepting GTS requests.
Definition at line 331 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
uint8_t ns3::PanDescriptor::m_linkQuality |
The LQI at which the network beacon was received.
Lower values represent lower LQI.
Definition at line 333 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
uint8_t ns3::PanDescriptor::m_logCh {11} |
The current channel number occupied by the network.
Definition at line 327 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
uint8_t ns3::PanDescriptor::m_logChPage {0} |
The current channel page occupied by the network.
Definition at line 328 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
SuperframeField ns3::PanDescriptor::m_superframeSpec |
The superframe specification as specified in the received beacon frame.
Definition at line 329 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
Time ns3::PanDescriptor::m_timeStamp |
Beacon frame reception time.
Used as Time data type in ns-3 to avoid precision problems.
Definition at line 335 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().