ZCL library  4.3
ZCL library to manage a Zigbee network
ReadReportingConfigAttribute Class Reference

This Class defines the Read Reporting Configuration attribute. More...

#include <ReadReportingConfigAttribute.h>

Inheritance diagram for ReadReportingConfigAttribute:
Attribute ReportingConfigurationAttribute ReportingConfigurationAttributeResponse ReadReportingConfigAttributeResponse

List of all members.

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.

Detailed Description

This Class defines the Read Reporting Configuration attribute.


Member Function Documentation

ReportingDirection::Value ReadReportingConfigAttribute::getDirection ( ) const

Return the report direction of this attribute that is to be reported.

Returns:
the report direction.
void ReadReportingConfigAttribute::setDirection ( ReportingDirection::Value  direction)

Set the report direction of this attribute that is to be reported.

Parameters:
directionthe report direction.
void ReadReportingConfigAttribute::setIdentifier ( dbyte  attrId)

Set the identifier of this attribute that is to be reported.

Parameters:
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.

Parameters:
[out]size: the returned array size.
Returns:
the array of bytes.

Reimplemented from Attribute.

Reimplemented in ReportingConfigurationAttribute, ReadReportingConfigAttributeResponse, and ReportingConfigurationAttributeResponse.


The documentation for this class was generated from the following file: