Interface ModbusFailureCallback<R>
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Callback used to report failure in Modbus
- Author:
 - Nagy Attila Gabor - Initial contribution
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AsyncModbusFailure<R> failure) Callback handling response with error 
- 
Method Details
- 
handle
Callback handling response with error- Parameters:
 failure- details of the failure
 
 -