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