Interface ZCLClusterDescription
-
public interface ZCLClusterDescription
This interface represents a ZCL Cluster description.- Author:
- $Id: 3a40f2ba55867b22cfc85f088d7892e37b44816b $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZCLAttributeDescription[]
getAttributeDescriptions()
Returns an array of the attribute descriptions.ZCLCommandDescription[]
getGeneratedCommandDescriptions()
Returns an array of the generated command descriptions.ZCLGlobalClusterDescription
getGlobalClusterDescription()
Returns an array of the command descriptions.int
getId()
ZCLCommandDescription[]
getReceivedCommandDescriptions()
Returns an array of the received command description.
-
-
-
Method Detail
-
getId
int getId()
- Returns:
- the cluster identifier.
-
getGeneratedCommandDescriptions
ZCLCommandDescription[] getGeneratedCommandDescriptions()
Returns an array of the generated command descriptions.- Returns:
- an array of the generated command descriptions.
-
getReceivedCommandDescriptions
ZCLCommandDescription[] getReceivedCommandDescriptions()
Returns an array of the received command description.- Returns:
- an array of the received command description.
-
getAttributeDescriptions
ZCLAttributeDescription[] getAttributeDescriptions()
Returns an array of the attribute descriptions.- Returns:
- an array of the attribute descriptions.
-
getGlobalClusterDescription
ZCLGlobalClusterDescription getGlobalClusterDescription()
Returns an array of the command descriptions.- Returns:
- an array of the command descriptions.
-
-