esp_zigbee_gateway sample
esp_zb_nwk_route_info_s
is only used within esp_zigbee_gateway sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_zigbee_gateway sample
esp_zb_nwk_route_info_s
esp_zb_nwk_route_info_s struct
Information of network routing table entry
Syntax
Show:
Summary
Declaration
from
esp_zigbee_nwk.h:115
typedef
struct
esp_zb_nwk_route_info_s
{
uint16_t
dest_addr
;
uint16_t
next_hop_addr
;
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
;
uint8_t
expiry
;
}
esp_zb_nwk_route_info_t
;
Fields
Field
Declared as
Description
esp_zb_nwk_route_info_s::dest_addr
uint16_t
16-bit network address of the destination.
esp_zb_nwk_route_info_s::next_hop_addr
uint16_t
16-bit network address of the next hop on the way to the destination.
esp_zb_nwk_route_info_s::flags
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.
esp_zb_nwk_route_info_s::expiry
uint8_t
Expiration time.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out