Package org.osgi.service.zigbee
Interface ZCLCommandResponse
-
public interface ZCLCommandResponseA response event for aZCLCommandResponseStream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Promise<ZCLFrame>getResponse()Returns a promise holding the response.booleanisEnd()Checks if this is a terminal close event.
-
-
-
Method Detail
-
getResponse
Promise<ZCLFrame> getResponse()
Returns a promise holding the response.- Returns:
- A Promise holding the
ZCLFrameresponse, or a failure exception if this is not a success response.
-
isEnd
boolean isEnd()
Checks if this is a terminal close event.- Returns:
trueif this is a terminal close event.
-
-