opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::TaskInfo Class Reference

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
 

Detailed Description

Struct that provides information about a completed or failed task.

Definition at line 33 of file TaskInfo.h.

Constructor & Destructor Documentation

◆ TaskInfo()

opendnp3::TaskInfo::TaskInfo ( MasterTaskType  type_,
TaskCompletion  result_,
TaskId  id_ 
)
inline

Definition at line 37 of file TaskInfo.h.

Member Data Documentation

◆ id

TaskId opendnp3::TaskInfo::id

Definition at line 41 of file TaskInfo.h.

◆ result

TaskCompletion opendnp3::TaskInfo::result

Definition at line 40 of file TaskInfo.h.

◆ type

MasterTaskType opendnp3::TaskInfo::type

Definition at line 39 of file TaskInfo.h.


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