Developing with ZBOSS for Zigbee
|
APSME binding structure. More...
#include <zboss_api_aps.h>
Data Fields | |
zb_ieee_addr_t | src_addr |
zb_uint8_t | src_endpoint |
zb_uint16_t | clusterid |
zb_uint8_t | addr_mode |
zb_addr_u | dst_addr |
zb_uint8_t | dst_endpoint |
zb_callback_t | confirm_cb |
APSME binding structure.
This data structure passed to zb_apsme_bind_request() and to zb_apsme_unbind_request().
zb_uint8_t zb_apsme_binding_req_s::addr_mode |
The type of destination address supplied by the DstAddr parameter - see aps_addr_mode
zb_uint16_t zb_apsme_binding_req_s::clusterid |
The identifier of the cluster on the source device that is to be bound to the destination device.
zb_callback_t zb_apsme_binding_req_s::confirm_cb |
The callback to be called when the operation is completed.
zb_addr_u zb_apsme_binding_req_s::dst_addr |
The destination address for the binding entry.
zb_uint8_t zb_apsme_binding_req_s::dst_endpoint |
This parameter will be present only if the DstAddrMode parameter has a value of 0x03 and, if present, will be the destination endpoint for the binding entry.
zb_ieee_addr_t zb_apsme_binding_req_s::src_addr |
The source IEEE address for the binding entry.
zb_uint8_t zb_apsme_binding_req_s::src_endpoint |
The source endpoint for the binding entry.