|
opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
Struct that provides information about a completed or failed task. More...
#include <opendnp3/master/TaskInfo.h>
Public Member Functions | |
| TaskInfo (MasterTaskType type_, TaskCompletion result_, TaskId id_) | |
Public Attributes | |
| TaskId | id |
| TaskCompletion | result |
| MasterTaskType | type |
Struct that provides information about a completed or failed task.
Definition at line 33 of file TaskInfo.h.
|
inline |
Definition at line 37 of file TaskInfo.h.
| TaskId opendnp3::TaskInfo::id |
Definition at line 41 of file TaskInfo.h.
| TaskCompletion opendnp3::TaskInfo::result |
Definition at line 40 of file TaskInfo.h.
| MasterTaskType opendnp3::TaskInfo::type |
Definition at line 39 of file TaskInfo.h.