rodbus (.NET API) 1.3.1
Loading...
Searching...
No Matches
rodbus.IBitReadCallback Interface Reference

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...
 

Detailed Description

Callbacks received when reading coils or discrete inputs

Member Function Documentation

◆ OnComplete()

void rodbus.IBitReadCallback.OnComplete ( System.Collections.Generic.ICollection< BitValue result)

Invoked when the asynchronous operation completes successfully

Parameters
resultresponse

◆ OnFailure()

void rodbus.IBitReadCallback.OnFailure ( RequestError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

The documentation for this interface was generated from the following file: