| Package | Description |
|---|---|
| org.osgi.service.zigbee |
Device Service Specification for ZigBee Technology.
|
| Modifier and Type | Method and Description |
|---|---|
ZDPFrame |
ZDPResponse.getFrame()
Returns the
ZDPFrame containing the response. |
| Modifier and Type | Method and Description |
|---|---|
Promise<ZDPFrame> |
ZigBeeNode.invoke(int clusterIdReq,
int expectedClusterIdRsp,
ZDPFrame message)
Sends the
ZDPFrame to this ZigBeeNode with the specified
cluster id. |
Promise<ZDPFrame> |
ZigBeeNode.invoke(int clusterIdReq,
ZDPFrame message)
Sends the
ZDPFrame to this ZigBeeNode with the specified
cluster id. |
| Modifier and Type | Method and Description |
|---|---|
Promise<ZDPFrame> |
ZigBeeNode.invoke(int clusterIdReq,
int expectedClusterIdRsp,
ZDPFrame message)
Sends the
ZDPFrame to this ZigBeeNode with the specified
cluster id. |
Promise<ZDPFrame> |
ZigBeeNode.invoke(int clusterIdReq,
ZDPFrame message)
Sends the
ZDPFrame to this ZigBeeNode with the specified
cluster id. |
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0