tsZCL_DefaultResponse
This structure is contained in a ZCL event of type E_ZCL_CBET_DEFAULT_RESPONSE (see Section):
typedef struct PACK {
uint8 u8CommandId;
uint8 u8StatusCode;
} tsZCL_DefaultResponse;
Where:
u8CommandId
is the ZCL identifier of the command that triggered the default response messageu8StatusCode
is the status code from the default response message (0x00 for OK or an error code defined in the ZCL Specification - see Section 4.2)
The above structure is contained in the tsZCL_CallBackEvent
event structure, detailed in Section 6.2, when the field eEventType
is set to E_ZCL_CBET_DEFAULT_RESPONSE.
Parent topic:General Structures