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

This Class defines the Read attribute response. More...

#include <ReadAttributeResponse.h>

Inheritance diagram for ReadAttributeResponse:
WriteAttribute ReportAttribute ReadAttribute DiscoveredAttribute Attribute

List of all members.

Public Member Functions

void setStatus (Status::Value status)
 Set the status for the attribute reading.
Status::Value getStatus () const
 Return the status for the attribute reading.
virtual const byte * toBytes (int &size)
 Return the Read attribute response as array of bytes.

Detailed Description

This Class defines the Read attribute response.


Member Function Documentation

Status::Value ReadAttributeResponse::getStatus ( ) const

Return the status for the attribute reading.

Returns:
the attribute reading status.
void ReadAttributeResponse::setStatus ( Status::Value  status)

Set the status for the attribute reading.

Parameters:
statusthe attribute reading status.
virtual const byte* ReadAttributeResponse::toBytes ( int &  size) [virtual]

Return the Read attribute response as array of bytes.

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

Reimplemented from WriteAttribute.


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