tsZCL_AttributeReportingConfigurationResponse
This structure contains information from a ‘configure reporting’ response.
typedef struct
{
    teZCL_CommandStatus  eCommandStatus;
    tsZCL_AttributeReportingConfigurationRecord
                  sAttributeReportingConfigurationRecord;
}tsZCL_AttributeReportingConfigurationResponse;
Where:
eCommandStatusis an enumeration representing the status from the response (see Section 7.1.4).sAttributeReportingConfigurationRecordis a configuration record structure (see Section 6.1.5), but only the fieldsu16AttributeEnumandu8DirectionIsReceivedare used in the response.
Parent topic:General Structures