dnp3 (C++ API) 1.1.0
dnp3::TimeSyncException Class Reference

Exception type corresponding to the underlying error enum TimeSyncError. More...

#include <dnp3.hpp>

Inheritance diagram for dnp3::TimeSyncException:

Public Member Functions

 TimeSyncException (TimeSyncError error)
 construct the exception with an instance of the enum More...
 

Public Attributes

TimeSyncError error
 underlying error enum More...
 

Detailed Description

Exception type corresponding to the underlying error enum TimeSyncError.

Constructor & Destructor Documentation

◆ TimeSyncException()

dnp3::TimeSyncException::TimeSyncException ( TimeSyncError  error)
inline

construct the exception with an instance of the enum

Member Data Documentation

◆ error

TimeSyncError dnp3::TimeSyncException::error

underlying error enum


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