|  | rodbus (C++ API) 1.3.1
    | 
Callbacks received when reading reading holding or input registers. More...
#include <rodbus.hpp>
| Public Member Functions | |
| virtual void | on_complete (RegisterValueIterator &result)=0 | 
| Invoked when the asynchronous operation completes successfully.  More... | |
| virtual void | on_failure (RequestError error)=0 | 
| Invoked when the asynchronous operation fails.  More... | |
Callbacks received when reading reading holding or input registers.
| 
 | pure virtual | 
Invoked when the asynchronous operation completes successfully.
| result | response | 
| 
 | pure virtual | 
Invoked when the asynchronous operation fails.
| error | Enumeration indicating which error occurred |