Zigbee Specification r22.1.0, Section 2.2.4.1.2 APSDE-DATA.confirm params. More...
#include "zigbee-aps.h"
Public Attributes | |
Mac16Address | m_dstAddr16 |
The destination 16-bit address. | |
Mac64Address | m_dstAddr64 |
The destination IEEE address (64-bit address). | |
ApsDstAddressMode | m_dstAddrMode |
Destination address mode. | |
uint8_t | m_dstEndPoint {0} |
The destination endpoint. | |
uint8_t | m_srcEndPoint {0} |
The source endpoint. | |
ApsStatus | m_status {ApsStatus::UNSUPPORTED_ATTRIBUTE} |
The confirmation status. | |
Time | m_txTime |
The transmission timestamp. | |
Zigbee Specification r22.1.0, Section 2.2.4.1.2 APSDE-DATA.confirm params.
Definition at line 146 of file zigbee-aps.h.
Mac16Address ns3::zigbee::ApsdeDataConfirmParams::m_dstAddr16 |
The destination 16-bit address.
Definition at line 150 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().
Mac64Address ns3::zigbee::ApsdeDataConfirmParams::m_dstAddr64 |
The destination IEEE address (64-bit address).
Definition at line 151 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().
ApsDstAddressMode ns3::zigbee::ApsdeDataConfirmParams::m_dstAddrMode |
Destination address mode.
Definition at line 148 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().
uint8_t ns3::zigbee::ApsdeDataConfirmParams::m_dstEndPoint {0} |
The destination endpoint.
Definition at line 152 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().
uint8_t ns3::zigbee::ApsdeDataConfirmParams::m_srcEndPoint {0} |
The source endpoint.
Definition at line 153 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().
ApsStatus ns3::zigbee::ApsdeDataConfirmParams::m_status {ApsStatus::UNSUPPORTED_ATTRIBUTE} |
The confirmation status.
Definition at line 154 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().
Time ns3::zigbee::ApsdeDataConfirmParams::m_txTime |
The transmission timestamp.
Definition at line 155 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().