public interface ZCLCommandResponse
ZCLCommandResponseStream
.Modifier and Type | Method and Description |
---|---|
Promise<ZCLFrame> |
getResponse()
Returns a promise holding the response.
|
boolean |
isEnd()
Checks if this is a terminal close event.
|
Promise<ZCLFrame> getResponse()
ZCLFrame
response, or a failure
exception if this is not a success response.boolean isEnd()
true
if this is a terminal close event.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0