Z-Stack API Reference  3.2.0
_zstack_routeitem_t Struct Reference

#include <zstack.h>

Data Fields

uint16_t dstAddr
 
uint16_t nextHop
 
zstack_RouteStatus status
 
bool memoryConstrained
 
bool manyToOne
 
bool routeRecordRequired
 

Detailed Description

Structure to hold the information for a single route.

Field Documentation

§ dstAddr

uint16_t dstAddr

Destination short address

§ manyToOne

bool manyToOne

A flag indicating that the destination is a concentrator

§ memoryConstrained

bool memoryConstrained

A flag indicating whether the device is a memory constrained concentrator

§ nextHop

uint16_t nextHop

Next hop short address

§ routeRecordRequired

bool routeRecordRequired

A flag indicating that a route record command frame should be sent before data

§ status

Route status


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