Uses of Interface
org.osgi.service.zigbee.ZCLCluster
-
Packages that use ZCLCluster Package Description org.osgi.service.zigbee Device Service Specification for ZigBee Technology. -
-
Uses of ZCLCluster in org.osgi.service.zigbee
Methods in org.osgi.service.zigbee that return ZCLCluster Modifier and Type Method Description ZCLCluster
ZigBeeEndpoint. getClientCluster(int clientClusterId)
Returns the client cluster identified by the cluster identifier.ZCLCluster[]
ZigBeeEndpoint. getClientClusters()
Returns an array of client (output) clusters.ZCLCluster
ZigBeeEndpoint. getServerCluster(int serverClusterId)
Returns the server (input) cluster identified by the given identifier.ZCLCluster[]
ZigBeeEndpoint. getServerClusters()
Returns an array of server (input) clusters.
-