esp_zigbee_gateway sample
esp_zb_ota_zcl_information_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_ota_zcl_information_s
esp_zb_ota_zcl_information_s struct
The basic zcl information for OTA command
Syntax
Show:
Summary
Declaration
from
esp_zigbee_ota.h:20
typedef
struct
esp_zb_ota_zcl_information_s
{
esp_zb_zcl_addr_t
src_addr
;
uint16_t
dst_short_addr
;
uint8_t
src_endpoint
;
uint8_t
dst_endpoint
;
uint16_t
cluster_id
;
uint16_t
profile_id
;
uint8_t
command_id
;
uint16_t
manufacturer_specific
;
}
esp_zb_ota_zcl_information_t
;
Fields
Field
Declared as
Description
esp_zb_ota_zcl_information_s::src_addr
esp_zb_zcl_addr_t
The source address.
esp_zb_ota_zcl_information_s::dst_short_addr
uint16_t
The destination short address.
esp_zb_ota_zcl_information_s::src_endpoint
uint8_t
The source endpoint identifier.
esp_zb_ota_zcl_information_s::dst_endpoint
uint8_t
The destination endpoint identifier.
esp_zb_ota_zcl_information_s::cluster_id
uint16_t
The cluster identifier.
esp_zb_ota_zcl_information_s::profile_id
uint16_t
The profile identifier.
esp_zb_ota_zcl_information_s::command_id
uint8_t
The command identifier.
esp_zb_ota_zcl_information_s::manufacturer_specific
uint16_t
The manufacturer specific data.
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