Interface ZCLClusterDescription


  • public interface ZCLClusterDescription
    This interface represents a ZCL Cluster description.
    Author:
    $Id: 3a40f2ba55867b22cfc85f088d7892e37b44816b $
    • 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.