Uses of Interface
org.osgi.service.zigbee.ZCLFrame
-
Packages that use ZCLFrame Package Description org.osgi.service.zigbee Device Service Specification for ZigBee Technology. -
-
Uses of ZCLFrame in org.osgi.service.zigbee
Methods in org.osgi.service.zigbee that return types with arguments of type ZCLFrame Modifier and Type Method Description Promise<ZCLFrame>ZCLCommandResponse. getResponse()Returns a promise holding the response.Promise<ZCLFrame>ZCLCluster. invoke(ZCLFrame frame)Invokes a command on this cluster with aZCLFrame.Promise<ZCLFrame>ZCLCluster. invoke(ZCLFrame frame, java.lang.String exportedServicePID)Invokes a command on this cluster.Methods in org.osgi.service.zigbee with parameters of type ZCLFrame Modifier and Type Method Description ZCLCommandResponseStreamZigBeeHost. broadcast(int clusterID, ZCLFrame frame)Broadcasts a ZCL frame to the cluster ID of all the nodes of the ZigBee network.ZCLCommandResponseStreamZigBeeHost. broadcast(int clusterID, ZCLFrame frame, java.lang.String exportedServicePID)Broadcasts a ZCL frame to the cluster ID of all the nodes of the ZigBee network.ZCLCommandResponseStreamZigBeeNode. broadcast(int clusterID, ZCLFrame frame)Broadcasts a given ZCL Frame to clusterclusterIDon all theZigBeeEndpointthat are running on this node (endpoint broadcasting).ZCLCommandResponseStreamZigBeeNode. broadcast(int clusterID, ZCLFrame frame, java.lang.String exportedServicePID)Broadcasts a given ZCL Frame to clusterclusterIDon all theZigBeeEndpointthat are running on this node (endpoint broadcasting).ZCLCommandResponseStreamZigBeeGroup. groupcast(int clusterId, ZCLFrame frame)Sends a ZCL frame to the group represented by this service.ZCLCommandResponseStreamZigBeeGroup. groupcast(int clusterId, ZCLFrame frame, java.lang.String exportedServicePID)Sends a ZCL frame to the ZigBee group represented by this service.Promise<ZCLFrame>ZCLCluster. invoke(ZCLFrame frame)Invokes a command on this cluster with aZCLFrame.Promise<ZCLFrame>ZCLCluster. invoke(ZCLFrame frame, java.lang.String exportedServicePID)Invokes a command on this cluster.
-