tsZCL_CommandDiscoveryIndividualResponse#
This structure contains information about an individual command reported in a Command Discovery response (see Section 2.9).
typedef struct
{
uint8 u8CommandEnum;
uint8 u8CommandIndex;
} tsZCL_CommandDiscoveryIndividualResponse;
where:
u8CommandEnumis the Command ID of the reported commandu8CommandIndexis the index of the reported command in the response payload
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_DISCOVER_INDIVIDUAL_COMMAND_RECEIVED_RESPONSE or E_ZCL_CBET_DISCOVER_INDIVIDUAL_COMMAND_GENERATED_RESPONSE.
Parent topic:General Structures