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

Fields

Field
Declared as
Description
Long address (EUI64) of the device.
uint16_t
Short address (network address) of the device.
uint8_t
Neighbor device type, refer to esp_zb_nwk_device_type_t .
uint8_t
The network depth of this device.
uint8_t
Indicates if neighbour receiver enabled during idle periods:.
uint8_t
The relationship between the neighbour and current device, refer to esp_zb_nwk_relationship_t .
uint8_t
Link quality. Also used to calculate incoming cost.
int8_t
Received signal strength indicator.
uint8_t
The cost of an outgoing link. Got from link status.
uint8_t
Counter value for router aging. The number of nwkLinkStatusPeriod intervals since a link status command was received.
uint32_t
Configured end device timeout, in seconds.
uint32_t
Timeout value ED aging, in milliseconds.

References

from examples