JavaScript is disabled on your browser.
Skip navigation links
OSGi® Compendium
Release 8
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.osgi.service.zigbee
Interface ZDPResponse
public interface
ZDPResponse
This type represents a successful ZDP invocation. Note that the underlying call may not have succeeded, The ZDPFrame frame must be introspected to identify the response from the
ZigBeeNode
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getClusterId
()
Returns the clusterId this response refers to.
ZDPFrame
getFrame
()
Returns the
ZDPFrame
containing the response.
Method Details
getClusterId
int
getClusterId
()
Returns the clusterId this response refers to.
Returns:
the clusterId this response refers to.
getFrame
ZDPFrame
getFrame
()
Returns the
ZDPFrame
containing the response.
Returns:
the
ZDPFrame
containing the response.