dnp3 (.NET API) 1.1.0
dnp3.ILinkStatusCallback Interface Reference

Handler for link status check More...

Inherited by dnp3.LinkStatusCallback.

Public Member Functions

void OnComplete (Nothing result)
 Invoked when the asynchronous operation completes successfully More...
 
void OnFailure (LinkStatusError error)
 Invoked when the asynchronous operation fails More...
 

Detailed Description

Handler for link status check

Member Function Documentation

◆ OnComplete()

void dnp3.ILinkStatusCallback.OnComplete ( Nothing  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultResult of the link status

◆ OnFailure()

void dnp3.ILinkStatusCallback.OnFailure ( LinkStatusError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

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