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

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

Detailed Description

Callbacks received when reading reading holding or input registers

Member Function Documentation

◆ OnComplete()

void rodbus.IRegisterReadCallback.OnComplete ( System.Collections.Generic.ICollection< RegisterValue result)

Invoked when the asynchronous operation completes successfully

Parameters
resultresponse

◆ OnFailure()

void rodbus.IRegisterReadCallback.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: