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

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

Detailed Description

Callback methods received from asynchronous write operations

Member Function Documentation

◆ OnComplete()

void rodbus.IWriteCallback.OnComplete ( Nothing  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultresponse

◆ OnFailure()

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