ZCL library
4.3
ZCL library to manage a Zigbee network
|
This Class defines the Read Reporting Configuration attribute. More...
#include <ReadReportingConfigAttribute.h>
Public Member Functions | |
ReportingDirection::Value | getDirection () const |
Return the report direction of this attribute that is to be reported. | |
void | setDirection (ReportingDirection::Value direction) |
Set the report direction of this attribute that is to be reported. | |
void | setIdentifier (dbyte attrId) |
Set the identifier of this attribute that is to be reported. | |
virtual const byte * | toBytes (int &size) |
Return this attribute as array of bytes. |
This Class defines the Read Reporting Configuration attribute.
ReportingDirection::Value ReadReportingConfigAttribute::getDirection | ( | ) | const |
Return the report direction of this attribute that is to be reported.
void ReadReportingConfigAttribute::setDirection | ( | ReportingDirection::Value | direction | ) |
Set the report direction of this attribute that is to be reported.
direction | the report direction. |
void ReadReportingConfigAttribute::setIdentifier | ( | dbyte | attrId | ) |
Set the identifier of this attribute that is to be reported.
attrId | : the attribute identifier. |
Reimplemented from Attribute.
Reimplemented in ReportingConfigurationAttribute.
virtual const byte* ReadReportingConfigAttribute::toBytes | ( | int & | size | ) | [virtual] |
Return this attribute as array of bytes.
[out] | size | : the returned array size. |
Reimplemented from Attribute.
Reimplemented in ReportingConfigurationAttribute, ReadReportingConfigAttributeResponse, and ReportingConfigurationAttributeResponse.