Closed goranach closed 8 years ago
There's Message
-> Response
-> ReadHoldingRegistersResponse
/ExceptionResponse
.
The isException()
is defined in Response
and always returns false
. Then it's overridden in ExceptionResponse
to return true
.
Sorry, I did not notice. New version is very stable and interesting to reflection.
Could you explain how chek the response for exception. There are isException() in ExceptionResponse, but not this in ReadHoldingRegistersResponse. I chek existing data. Thank you.