opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::TaskCompletionSpec Struct Reference

#include <opendnp3/gen/TaskCompletion.h>

Public Types

using enum_type_t = TaskCompletion
 

Static Public Member Functions

static TaskCompletion from_string (const std::string &arg)
 
static TaskCompletion from_type (uint8_t arg)
 
static char const * to_human_string (TaskCompletion arg)
 
static char const * to_string (TaskCompletion arg)
 
static uint8_t to_type (TaskCompletion arg)
 

Detailed Description

Definition at line 59 of file TaskCompletion.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static TaskCompletion opendnp3::TaskCompletionSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static TaskCompletion opendnp3::TaskCompletionSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::TaskCompletionSpec::to_human_string ( TaskCompletion  arg)
static

◆ to_string()

static char const* opendnp3::TaskCompletionSpec::to_string ( TaskCompletion  arg)
static

◆ to_type()

static uint8_t opendnp3::TaskCompletionSpec::to_type ( TaskCompletion  arg)
static

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