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