![]() |
rodbus (.NET API) 1.3.1
|
Callbacks received when reading coils or discrete inputs More...
Inherited by rodbus.BitReadCallback.
Public Member Functions | |
| void | OnComplete (System.Collections.Generic.ICollection< BitValue > result) |
| Invoked when the asynchronous operation completes successfully More... | |
| void | OnFailure (RequestError error) |
| Invoked when the asynchronous operation fails More... | |
Callbacks received when reading coils or discrete inputs
| void rodbus.IBitReadCallback.OnComplete | ( | System.Collections.Generic.ICollection< BitValue > | result | ) |
Invoked when the asynchronous operation completes successfully
| result | response |
| void rodbus.IBitReadCallback.OnFailure | ( | RequestError | error | ) |
Invoked when the asynchronous operation fails
| error | Enumeration indicating which error occurred |