ZCL library
4.3
ZCL library to manage a Zigbee network
|
This Class defines the Reporting Configuration attribute response. More...
#include <ReportingConfigurationAttributeResponse.h>
Public Member Functions | |
Status::Value | getStatus () const |
Get the status for this attribute. | |
void | setStatus (Status::Value status) |
Set the status for this attribute. | |
virtual const byte * | toBytes (int &size) |
Return this attribute as array of bytes. |
This Class defines the Reporting Configuration attribute response.
Status::Value ReportingConfigurationAttributeResponse::getStatus | ( | ) | const |
Get the status for this attribute.
void ReportingConfigurationAttributeResponse::setStatus | ( | Status::Value | status | ) |
Set the status for this attribute.
status | : the attribute status. |
virtual const byte* ReportingConfigurationAttributeResponse::toBytes | ( | int & | size | ) | [virtual] |
Return this attribute as array of bytes.
[out] | size | : the returned array size. |
Reimplemented from ReadReportingConfigAttribute.