Uses of Interface
org.osgi.service.zigbee.ZCLCommandResponseStream
-
Packages that use ZCLCommandResponseStream Package Description org.osgi.service.zigbee Device Service Specification for ZigBee Technology. -
-
Uses of ZCLCommandResponseStream in org.osgi.service.zigbee
Methods in org.osgi.service.zigbee that return ZCLCommandResponseStream Modifier and Type Method Description ZCLCommandResponseStream
ZigBeeHost. broadcast(int clusterID, ZCLFrame frame)
Broadcasts a ZCL frame to the cluster ID of all the nodes of the ZigBee network.ZCLCommandResponseStream
ZigBeeHost. 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.ZCLCommandResponseStream
ZigBeeNode. broadcast(int clusterID, ZCLFrame frame)
Broadcasts a given ZCL Frame to clusterclusterID
on all theZigBeeEndpoint
that are running on this node (endpoint broadcasting).ZCLCommandResponseStream
ZigBeeNode. broadcast(int clusterID, ZCLFrame frame, java.lang.String exportedServicePID)
Broadcasts a given ZCL Frame to clusterclusterID
on all theZigBeeEndpoint
that are running on this node (endpoint broadcasting).ZCLCommandResponseStream
ZigBeeGroup. groupcast(int clusterId, ZCLFrame frame)
Sends a ZCL frame to the group represented by this service.ZCLCommandResponseStream
ZigBeeGroup. groupcast(int clusterId, ZCLFrame frame, java.lang.String exportedServicePID)
Sends a ZCL frame to the ZigBee group represented by this service.
-