dnp3 (.NET API) 1.6.0
Loading...
Searching...
No Matches
dnp3.IFileOpenCallback Interface Reference

Callback interface used when opening a file More...

Inherited by dnp3.FileOpenCallback.

Public Member Functions

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

Detailed Description

Callback interface used when opening a file

Member Function Documentation

◆ OnComplete()

void dnp3.IFileOpenCallback.OnComplete ( OpenFile  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultValue describing the open file

◆ OnFailure()

void dnp3.IFileOpenCallback.OnFailure ( FileError  error)

Invoked when the asynchronous operation fails

Parameters
errorEnumeration indicating which error occurred

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