Package org.osgi.service.zigbee
Interface ZDPResponse
-
public interface ZDPResponseThis 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 theZigBeeNode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetClusterId()Returns the clusterId this response refers to.ZDPFramegetFrame()Returns theZDPFramecontaining the response.
-