NLME-JOIN.confirm params. More...
#include "zigbee-nwk.h"
Public Member Functions | |
NlmeJoinConfirmParams () | |
Public Attributes | |
ChannelList | m_channelList |
The structure indicating the current channel of the network that has been joined. | |
bool | m_enhancedBeacon |
True if using enhanced beacons (placeholder, not supported) | |
uint64_t | m_extendedPanId |
The extended 64 bit PAN ID for the network of which the device is now a member. | |
uint8_t | m_macInterfaceIndex |
The value of the MAC index from nwkMacInterfaceTable. | |
Mac16Address | m_networkAddress |
The 16 bit network address that was allocated to this device. | |
NwkStatus | m_status |
The status of the corresponding request. | |
NLME-JOIN.confirm params.
See Zigbee Specification r22.1.0, 3.2.2.15
Definition at line 535 of file zigbee-nwk.h.
|
inline |
Definition at line 550 of file zigbee-nwk.h.
ChannelList ns3::zigbee::NlmeJoinConfirmParams::m_channelList |
The structure indicating the current channel of the network that has been joined.
Definition at line 544 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeGetConfirm().
bool ns3::zigbee::NlmeJoinConfirmParams::m_enhancedBeacon |
True if using enhanced beacons (placeholder, not supported)
Definition at line 546 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateConfirm(), ns3::zigbee::ZigbeeNwk::MlmeGetConfirm(), and ns3::zigbee::ZigbeeNwk::NlmeJoinRequest().
uint64_t ns3::zigbee::NlmeJoinConfirmParams::m_extendedPanId |
The extended 64 bit PAN ID for the network of which the device is now a member.
Definition at line 542 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateConfirm(), ns3::zigbee::ZigbeeNwk::MlmeGetConfirm(), and ns3::zigbee::ZigbeeNwk::NlmeJoinRequest().
uint8_t ns3::zigbee::NlmeJoinConfirmParams::m_macInterfaceIndex |
The value of the MAC index from nwkMacInterfaceTable.
(placeholder, not supported)
Definition at line 547 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateConfirm(), and ns3::zigbee::ZigbeeNwk::NlmeJoinRequest().
Mac16Address ns3::zigbee::NlmeJoinConfirmParams::m_networkAddress |
The 16 bit network address that was allocated to this device.
Equal to 0xFFFF if association was unsuccessful.
Definition at line 539 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateConfirm(), ns3::zigbee::ZigbeeNwk::MlmeGetConfirm(), and ns3::zigbee::ZigbeeNwk::NlmeJoinRequest().
NwkStatus ns3::zigbee::NlmeJoinConfirmParams::m_status |
The status of the corresponding request.
Definition at line 537 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateConfirm(), ns3::zigbee::ZigbeeNwk::MlmeGetConfirm(), ns3::zigbee::ZigbeeNwk::MlmeScanConfirm(), and ns3::zigbee::ZigbeeNwk::NlmeJoinRequest().