![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
#include <zb_ha_ez_mode_comissioning.h>
Data Fields | |
zb_ha_ez_mode_state_t | state |
zb_callback_t | user_cb |
zb_ha_ez_mode_binding_callback_t | finding_binding_progress_cb |
zb_uint16_t | duration |
zb_uint16_t | respondent_addr |
zb_ieee_addr_t | respondent_ext_addr |
zb_uint8_t | ep |
zb_af_endpoint_desc_t * | ep_desc |
zb_uint8_t | ep_list [4] |
zb_uint8_t | ep_cnt |
zb_uint8_t | eps_checked |
zb_bool_t | was_bound |
zb_bool_t | ez_scan_inprogress |
zb_uint8_t | simple_desc_buf_ref |
EZ-Mode commissioning context
zb_uint16_t zb_ha_ez_mode_ctx_s::duration |
Duration of PermitJoining and IdentifyTime
zb_uint8_t zb_ha_ez_mode_ctx_s::ep |
Endpoint which participate in finding and binding
zb_uint8_t zb_ha_ez_mode_ctx_s::ep_cnt |
Count of endpoints received during finding and binding
zb_af_endpoint_desc_t* zb_ha_ez_mode_ctx_s::ep_desc |
Endpoint descriptor
zb_uint8_t zb_ha_ez_mode_ctx_s::ep_list[4] |
Respondent's active endpoints list
zb_uint8_t zb_ha_ez_mode_ctx_s::eps_checked |
Count of the currently checked endpoints
zb_ha_ez_mode_binding_callback_t zb_ha_ez_mode_ctx_s::finding_binding_progress_cb |
Callback function invoked when binding operation start
zb_uint16_t zb_ha_ez_mode_ctx_s::respondent_addr |
Short address of "respondent"
zb_ieee_addr_t zb_ha_ez_mode_ctx_s::respondent_ext_addr |
Extended address of "respondent"
zb_uint8_t zb_ha_ez_mode_ctx_s::simple_desc_buf_ref |
Reference to the buffer holding simple descriptor response
zb_ha_ez_mode_state_t zb_ha_ez_mode_ctx_s::state |
State of EZ-Mode
zb_callback_t zb_ha_ez_mode_ctx_s::user_cb |
Callback function invoked when factory fresh or network steering operations finish
zb_bool_t zb_ha_ez_mode_ctx_s::was_bound |
Signals that at least one endpoint was bound during finding and binding; it is used to invoke user callback if no endpoint was binded