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

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

#include <ReportingConfigurationAttributeResponse.h>

Inheritance diagram for ReportingConfigurationAttributeResponse:
ReadReportingConfigAttribute Attribute

List of all members.

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.

Detailed Description

This Class defines the Reporting Configuration attribute response.


Member Function Documentation

Status::Value ReportingConfigurationAttributeResponse::getStatus ( ) const

Get the status for this attribute.

Returns:
the status.
void ReportingConfigurationAttributeResponse::setStatus ( Status::Value  status)

Set the status for this attribute.

Parameters:
status: the attribute status.
virtual const byte* ReportingConfigurationAttributeResponse::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 ReadReportingConfigAttribute.


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