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

This Class defines a Write attribute response. More...

#include <WriteAttributeResponse.h>

Inheritance diagram for WriteAttributeResponse:
Attribute

List of all members.

Public Member Functions

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

Detailed Description

This Class defines a Write attribute response.


Member Function Documentation

Status::Value WriteAttributeResponse::getStatus ( ) const

Get the status for this attribute writing.

Returns:
the attribute status writing.
void WriteAttributeResponse::setStatus ( Status::Value  status)

Set the status for this attribute writing.

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

Return this attribute as array of bytes.

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

Reimplemented from Attribute.


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