5.2.1.3 APS_BindConf_t Structure
Syntax
typedef struct
{
// The status of the binding request. See BindReqStatuses details.
APS_Status_t status;
} APS_BindConf_t;Description
Define the structure APS_BindConf_t in the apsmeBind.h file, and include it via the aps.h file to retrieve the confirmation status of the initiated APS_BindReq. This structure conforms to the APSME-BIND.confirm primitive. For more details, refer to the Zigbee® Specification Revision 22 1.0 (05-3474-22).
