Package | Description |
---|---|
org.osgi.service.zigbee |
Device Service Specification for ZigBee Technology.
|
Modifier and Type | Method and Description |
---|---|
Promise<ZCLFrame> |
ZCLCommandResponse.getResponse()
Returns a promise holding the response.
|
Promise<ZCLFrame> |
ZCLCluster.invoke(ZCLFrame frame)
Invokes a command on this cluster with a
ZCLFrame . |
Promise<ZCLFrame> |
ZCLCluster.invoke(ZCLFrame frame,
String exportedServicePID)
Invokes a command on this cluster.
|
Modifier and Type | Method and 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 |
ZigBeeNode.broadcast(int clusterID,
ZCLFrame frame)
Broadcasts a given ZCL Frame to cluster
clusterID on all the
ZigBeeEndpoint that are running on this node (endpoint
broadcasting). |
ZCLCommandResponseStream |
ZigBeeHost.broadcast(int clusterID,
ZCLFrame frame,
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,
String exportedServicePID)
Broadcasts a given ZCL Frame to cluster
clusterID on all the
ZigBeeEndpoint 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,
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 a
ZCLFrame . |
Promise<ZCLFrame> |
ZCLCluster.invoke(ZCLFrame frame,
String exportedServicePID)
Invokes a command on this cluster.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0