ZCL library
4.3
ZCL library to manage a Zigbee network
|
This Class defines a Write attribute response. More...
#include <WriteAttributeResponse.h>
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. |
This Class defines a Write attribute response.
Status::Value WriteAttributeResponse::getStatus | ( | ) | const |
Get the status for this attribute writing.
void WriteAttributeResponse::setStatus | ( | Status::Value | status | ) |
Set the status for this attribute writing.
status | the attribute status writing. |
virtual const byte* WriteAttributeResponse::toBytes | ( | int & | size | ) | [virtual] |
Return this attribute as array of bytes.
[out] | size | the returned array size. |
Reimplemented from Attribute.