5.2.8.17 ZCL_Status_t Enumeration
Syntax
typedef enum
{
ZCL_SUCCESS_STATUS = 0x00,
ZCL_UNSUPPORTED_ATTRIBUTE_STATUS = 0x01,
ZCL_INVALID_ATTRIBUTE_VALUE_STATUS = 0x02,
ZCL_TC_PERMISSION_TABLE_ERROR_STATUS = 0x03,
ZCL_APS_LINK_KEY_ERROR_STATUS = 0x04
} ZCL_Status_t;Description
The ZCL_Status_t enumeration represents the status of a ZCL
operation and returns the result of that operation.
