esp_zigbee_gateway sample
esp_zb_addr_u
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_addr_u
esp_zb_addr_u union
The Zigbee address union consist of 16 bit short address and 64 bit long address.
Syntax
Show:
Summary
Declaration
from
esp_zigbee_type.h:32
typedef
union
{
uint16_t
addr_short
;
esp_zb_ieee_addr_t
addr_long
;
}
esp_zb_addr_u
;
Fields
Field
Declared as
Description
esp_zb_addr_u::addr_short
uint16_t
Zigbee short address.
esp_zb_addr_u::addr_long
esp_zb_ieee_addr_t
Zigbee long address.
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