![]() |
rodbus (.NET API) 1.3.1
|
Callbacks received when reading reading holding or input registers More...
Inherited by rodbus.RegisterReadCallback.
Public Member Functions | |
| void | OnComplete (System.Collections.Generic.ICollection< RegisterValue > result) |
| Invoked when the asynchronous operation completes successfully More... | |
| void | OnFailure (RequestError error) |
| Invoked when the asynchronous operation fails More... | |
Callbacks received when reading reading holding or input registers
| void rodbus.IRegisterReadCallback.OnComplete | ( | System.Collections.Generic.ICollection< RegisterValue > | result | ) |
Invoked when the asynchronous operation completes successfully
| result | response |
| void rodbus.IRegisterReadCallback.OnFailure | ( | RequestError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |