nRF5 SDK for Thread and Zigbee v3.2.0
Data Fields
zb_apsme_binding_req_s Struct Reference

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
 

Detailed Description

APSME binding structure.

This data structure passed to zb_apsme_bind_request() and to zb_apsme_unbind_request()

Field Documentation

zb_uint8_t zb_apsme_binding_req_s::addr_mode

The type of destination address supplied by the DstAddr parameter - see zb_aps_addr_mode_e

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_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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated