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

This Class defines the direction for a ZCL frame. More...

#include <Direction.h>

List of all members.

Public Types

enum  Value { CLIENT_TO_SERVER = 0x00, SERVER_TO_CLIENT = 0x08 }
 Enumeration to specify the client/server direction for a ZCL frame. More...

Detailed Description

This Class defines the direction for a ZCL frame.


Member Enumeration Documentation

Enumeration to specify the client/server direction for a ZCL frame.

Enumerator:
CLIENT_TO_SERVER 

The command is being sent from the client side of a cluster to the server side of a cluster.

SERVER_TO_CLIENT 

The command is being sent from the server side of a cluster to the client side of a cluster.


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