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