MLME-COMM-STATUS.indication params. More...
#include "lr-wpan-mac-base.h"
Public Attributes | |
uint8_t | m_dstAddrMode {SHORT_ADDR} |
The destination addressing mode for this primitive. More... | |
Mac64Address | m_dstExtAddr |
The extended address of the device for which the frame was intended. More... | |
Mac16Address | m_dstShortAddr |
The short address of the device for which the frame was intended. More... | |
uint16_t | m_panId {0} |
The PAN identifier of the device from which the frame was received or to which the frame was being sent. More... | |
uint8_t | m_srcAddrMode {SHORT_ADDR} |
The source addressing mode for this primitive. More... | |
Mac64Address | m_srcExtAddr |
The extended address of the entity from which the frame causing the error originated. More... | |
Mac16Address | m_srcShortAddr |
The short address of the entity from which the frame causing the error originated. More... | |
LrWpanMacStatus | m_status {LrWpanMacStatus::INVALID_PARAMETER} |
The communication status. More... | |
MLME-COMM-STATUS.indication params.
See 802.15.4-2011 Section 6.2.4.2 Table 18
Definition at line 334 of file lr-wpan-mac-base.h.
uint8_t ns3::MlmeCommStatusIndicationParams::m_dstAddrMode {SHORT_ADDR} |
The destination addressing mode for this primitive.
Definition at line 343 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EnqueueInd(), ns3::LrWpanMac::PdDataConfirm(), ns3::LrWpanMac::PdDataIndication(), ns3::LrWpanMac::PrepareRetransmission(), ns3::LrWpanMac::PurgeInd(), and ns3::LrWpanMac::SetLrWpanMacState().
Mac64Address ns3::MlmeCommStatusIndicationParams::m_dstExtAddr |
The extended address of the device for which the frame was intended.
Definition at line 346 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EnqueueInd(), ns3::LrWpanMac::PdDataConfirm(), ns3::LrWpanMac::PdDataIndication(), ns3::LrWpanMac::PrepareRetransmission(), ns3::LrWpanMac::PurgeInd(), and ns3::LrWpanMac::SetLrWpanMacState().
Mac16Address ns3::MlmeCommStatusIndicationParams::m_dstShortAddr |
The short address of the device for which the frame was intended.
Definition at line 344 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::PdDataConfirm().
uint16_t ns3::MlmeCommStatusIndicationParams::m_panId {0} |
The PAN identifier of the device from which the frame was received or to which the frame was being sent.
Definition at line 336 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EnqueueInd(), ns3::LrWpanMac::PdDataConfirm(), ns3::LrWpanMac::PdDataIndication(), ns3::LrWpanMac::PrepareRetransmission(), ns3::LrWpanMac::PurgeInd(), and ns3::LrWpanMac::SetLrWpanMacState().
uint8_t ns3::MlmeCommStatusIndicationParams::m_srcAddrMode {SHORT_ADDR} |
The source addressing mode for this primitive.
Definition at line 338 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EnqueueInd(), ns3::LrWpanMac::PdDataConfirm(), ns3::LrWpanMac::PdDataIndication(), ns3::LrWpanMac::PrepareRetransmission(), ns3::LrWpanMac::PurgeInd(), and ns3::LrWpanMac::SetLrWpanMacState().
Mac64Address ns3::MlmeCommStatusIndicationParams::m_srcExtAddr |
The extended address of the entity from which the frame causing the error originated.
Definition at line 341 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EnqueueInd(), ns3::LrWpanMac::PdDataConfirm(), ns3::LrWpanMac::PdDataIndication(), ns3::LrWpanMac::PrepareRetransmission(), ns3::LrWpanMac::PurgeInd(), and ns3::LrWpanMac::SetLrWpanMacState().
Mac16Address ns3::MlmeCommStatusIndicationParams::m_srcShortAddr |
The short address of the entity from which the frame causing the error originated.
Definition at line 339 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::PdDataConfirm().
LrWpanMacStatus ns3::MlmeCommStatusIndicationParams::m_status {LrWpanMacStatus::INVALID_PARAMETER} |
The communication status.
Definition at line 348 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EnqueueInd(), ns3::LrWpanMac::PdDataConfirm(), ns3::LrWpanMac::PdDataIndication(), ns3::LrWpanMac::PrepareRetransmission(), ns3::LrWpanMac::PurgeInd(), and ns3::LrWpanMac::SetLrWpanMacState().