opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::FunctionCodeSpec Struct Reference

#include <opendnp3/gen/FunctionCode.h>

Public Types

using enum_type_t = FunctionCode
 

Static Public Member Functions

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

Detailed Description

Definition at line 121 of file FunctionCode.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static FunctionCode opendnp3::FunctionCodeSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static FunctionCode opendnp3::FunctionCodeSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::FunctionCodeSpec::to_human_string ( FunctionCode  arg)
static

◆ to_string()

static char const* opendnp3::FunctionCodeSpec::to_string ( FunctionCode  arg)
static

◆ to_type()

static uint8_t opendnp3::FunctionCodeSpec::to_type ( FunctionCode  arg)
static

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