![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
#include <zboss_api_internal.h>
Data Fields | |
zb_bitfield_t | used:1 |
zb_bitfield_t | status:2 |
zb_bitfield_t | many_to_one:1 |
zb_bitfield_t | route_record_required:1 |
zb_bitfield_t | expiry:6 |
zb_uint8_t | next_hop_addr_ref |
zb_uint16_t | dest_addr |
NWK routing
zb_uint16_t zb_nwk_routing_s::dest_addr |
16-bit network address or Group ID of this route
zb_bitfield_t zb_nwk_routing_s::expiry |
expiration time. max value - ZB_NWK_ROUTING_TABLE_EXPIRY (60)
zb_bitfield_t zb_nwk_routing_s::many_to_one |
Dest is the concentrator and many-to-one request was used
zb_uint8_t zb_nwk_routing_s::next_hop_addr_ref |
ref to network address of the next hop on the way to the destination
zb_bitfield_t zb_nwk_routing_s::route_record_required |
Route record command frame should be sent to the dest prior to the next data packet
zb_bitfield_t zb_nwk_routing_s::status |
The status of the route,
zb_bitfield_t zb_nwk_routing_s::used |
1 if entry is used, 0 - otherwise