![]() |
rodbus (.NET API) 1.3.1
|
Callback methods received from asynchronous write operations More...
Inherited by rodbus.WriteCallback.
Public Member Functions | |
| void | OnComplete (Nothing result) |
| Invoked when the asynchronous operation completes successfully More... | |
| void | OnFailure (RequestError error) |
| Invoked when the asynchronous operation fails More... | |
Callback methods received from asynchronous write operations
| void rodbus.IWriteCallback.OnComplete | ( | Nothing | result | ) |
Invoked when the asynchronous operation completes successfully
| result | response |
| void rodbus.IWriteCallback.OnFailure | ( | RequestError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |