Interface ZCLClusterDescription
public interface ZCLClusterDescription
This interface represents a ZCL Cluster description.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an array of the attribute descriptions.Returns an array of the generated command descriptions.Returns an array of the command descriptions.int
getId()
Returns an array of the received command description.
-
Method Details
-
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.
-