dnp3 (C++ API) 1.1.0
dnp3::LinkStatusCallback Class Referenceabstract

Handler for link status check. More...

#include <dnp3.hpp>

Public Member Functions

virtual void on_complete (Nothing result)=0
 Invoked when the asynchronous operation completes successfully. More...
 
virtual void on_failure (LinkStatusError error)=0
 Invoked when the asynchronous operation fails. More...
 

Detailed Description

Handler for link status check.

Note
this class is an "interface" and only has pure virtual methods

Member Function Documentation

◆ on_complete()

virtual void dnp3::LinkStatusCallback::on_complete ( Nothing  result)
pure virtual

Invoked when the asynchronous operation completes successfully.

Parameters
resultResult of the link status

◆ on_failure()

virtual void dnp3::LinkStatusCallback::on_failure ( LinkStatusError  error)
pure virtual

Invoked when the asynchronous operation fails.

Parameters
errorEnumeration indicating which error occurred

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