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

NLME-ROUTE-DISCOVERY.request params. More...

#include "zigbee-nwk.h"

+ Collaboration diagram for ns3::zigbee::NlmeRouteDiscoveryRequestParams:

Public Attributes

Mac16Address m_dstAddr
 The destination of the route discovery.
 
AddressMode m_dstAddrMode {UCST_BCST}
 Specifies the kind of destination address.
 
bool m_noRouteCache {true}
 This flag determines whether the NWK should establish a route record table.
 
uint16_t m_radius {0}
 Optional parameter that describes the number of hops that the route request will travel through the network.
 

Detailed Description

NLME-ROUTE-DISCOVERY.request params.

See Zigbee Specification 3.2.2.33

Definition at line 403 of file zigbee-nwk.h.

Member Data Documentation

◆ m_dstAddr

Mac16Address ns3::zigbee::NlmeRouteDiscoveryRequestParams::m_dstAddr

The destination of the route discovery.

Definition at line 406 of file zigbee-nwk.h.

Referenced by ZigbeeRreqRetryTestCase::DoRun().

◆ m_dstAddrMode

AddressMode ns3::zigbee::NlmeRouteDiscoveryRequestParams::m_dstAddrMode {UCST_BCST}

Specifies the kind of destination address.

Definition at line 405 of file zigbee-nwk.h.

◆ m_noRouteCache

bool ns3::zigbee::NlmeRouteDiscoveryRequestParams::m_noRouteCache {true}

This flag determines whether the NWK should establish a route record table.

Definition at line 409 of file zigbee-nwk.h.

◆ m_radius

uint16_t ns3::zigbee::NlmeRouteDiscoveryRequestParams::m_radius {0}

Optional parameter that describes the number of hops that the route request will travel through the network.

Definition at line 407 of file zigbee-nwk.h.


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