esp_zb_nwk_route_info_s is only used within esp_zigbee_gateway sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint16_t
16-bit network address of the destination.
uint16_t
16-bit network address of the next hop on the way to the destination.
struct { uint8_t status : 3; uint8_t no_route_cache : 1; uint8_t many_to_one : 1; uint8_t route_record_required : 1; uint8_t group_id : 1; uint8_t : 2; }
Flags in the routing table entry.
uint8_t
Expiration time.

References

from examples