A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::lrwpan::MlmeOrphanResponseParams Struct Reference

MLME-ORPHAN.response params. More...

#include "lr-wpan-mac-base.h"

+ Collaboration diagram for ns3::lrwpan::MlmeOrphanResponseParams:

Public Attributes

bool m_assocMember {false}
 T = allocated with this coord | F = otherwise.
 
Mac64Address m_orphanAddr
 The address of the orphaned device.
 
Mac16Address m_shortAddr
 The short address allocated.
 

Detailed Description

MLME-ORPHAN.response params.

See 802.15.4-2011 Section 6.2.7.2

Definition at line 217 of file lr-wpan-mac-base.h.

Member Data Documentation

◆ m_assocMember

bool ns3::lrwpan::MlmeOrphanResponseParams::m_assocMember {false}

T = allocated with this coord | F = otherwise.

Definition at line 221 of file lr-wpan-mac-base.h.

Referenced by OrphanIndication(), and TestOrphanScan::OrphanIndicationCoord().

◆ m_orphanAddr

Mac64Address ns3::lrwpan::MlmeOrphanResponseParams::m_orphanAddr

The address of the orphaned device.

Definition at line 219 of file lr-wpan-mac-base.h.

Referenced by OrphanIndication(), and TestOrphanScan::OrphanIndicationCoord().

◆ m_shortAddr

Mac16Address ns3::lrwpan::MlmeOrphanResponseParams::m_shortAddr

The short address allocated.

Definition at line 220 of file lr-wpan-mac-base.h.

Referenced by OrphanIndication(), and TestOrphanScan::OrphanIndicationCoord().


The documentation for this struct was generated from the following file: