ZCL library
4.3
ZCL library to manage a Zigbee network
|
This Class defines the Reporting direction for a ZCL command. More...
#include <ReportingDirection.h>
Public Types | |
enum | Value { VALUES_REPORTED = 0x00, REPORTS_RECEIVED = 0x01, REPORTING_DIRECTION_UNKNOWN = 0xff } |
Enumeration to specify the Reporting direction for a ZCL command. More... | |
Static Public Member Functions | |
static ReportingDirection::Value | fromByte (const byte value) |
Build a ReportingDirection from a byte. |
This Class defines the Reporting direction for a ZCL command.
static ReportingDirection::Value ReportingDirection::fromByte | ( | const byte | value | ) | [inline, static] |
Build a ReportingDirection from a byte.
value | the ReportingDirection as a byte. |