MCPS-DATA.indication params. More...
#include "lr-wpan-mac.h"
 Collaboration diagram for ns3::McpsDataIndicationParams:
 Collaboration diagram for ns3::McpsDataIndicationParams:| Public Attributes | |
| uint8_t | m_dsn | 
| The DSN of the received data frame.  More... | |
| Mac16Address | m_dstAddr | 
| Destination address.  More... | |
| uint8_t | m_dstAddrMode | 
| Destination address mode.  More... | |
| Mac64Address | m_dstExtAddr | 
| Destination extended address.  More... | |
| uint16_t | m_dstPanId | 
| Destination PAN identifier.  More... | |
| uint8_t | m_mpduLinkQuality | 
| LQI value measured during reception of the MPDU.  More... | |
| Mac16Address | m_srcAddr | 
| Source address.  More... | |
| uint8_t | m_srcAddrMode | 
| Source address mode.  More... | |
| Mac64Address | m_srcExtAddr | 
| Source extended address.  More... | |
| uint16_t | m_srcPanId | 
| Source PAN identifier.  More... | |
| uint8_t ns3::McpsDataIndicationParams::m_dsn | 
The DSN of the received data frame.
Definition at line 281 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
| Mac16Address ns3::McpsDataIndicationParams::m_dstAddr | 
Destination address.
Definition at line 278 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
| uint8_t ns3::McpsDataIndicationParams::m_dstAddrMode | 
Destination address mode.
Definition at line 276 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
| Mac64Address ns3::McpsDataIndicationParams::m_dstExtAddr | 
Destination extended address.
Definition at line 279 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
| uint16_t ns3::McpsDataIndicationParams::m_dstPanId | 
Destination PAN identifier.
Definition at line 277 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
| uint8_t ns3::McpsDataIndicationParams::m_mpduLinkQuality | 
LQI value measured during reception of the MPDU.
Definition at line 280 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
| Mac16Address ns3::McpsDataIndicationParams::m_srcAddr | 
Source address.
Definition at line 274 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanNetDevice::McpsDataIndication(), and ns3::LrWpanMac::PdDataIndication().
| uint8_t ns3::McpsDataIndicationParams::m_srcAddrMode | 
Source address mode.
Definition at line 272 of file lr-wpan-mac.h.
Referenced by LrWpanAckTestCase::DataIndication(), LrWpanAckTestCase::ExtendedAddressingDataIndication(), and ns3::LrWpanMac::PdDataIndication().
| Mac64Address ns3::McpsDataIndicationParams::m_srcExtAddr | 
Source extended address.
Definition at line 275 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
| uint16_t ns3::McpsDataIndicationParams::m_srcPanId | 
Source PAN identifier.
Definition at line 273 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanNetDevice::McpsDataIndication(), and ns3::LrWpanMac::PdDataIndication().