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

Callback interface used when obtaining an authentication key More...

Inherited by dnp3.FileAuthCallback.

Public Member Functions

void OnComplete (uint 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 obtaining an authentication key

Member Function Documentation

◆ OnComplete()

void dnp3.IFileAuthCallback.OnComplete ( uint  result)

Invoked when the asynchronous operation completes successfully

Parameters
resultFile authentication key

◆ OnFailure()

void dnp3.IFileAuthCallback.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: