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

#include <opendnp3/gen/CommandPointState.h>

Public Types

using enum_type_t = CommandPointState
 

Static Public Member Functions

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

Detailed Description

Definition at line 59 of file CommandPointState.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static CommandPointState opendnp3::CommandPointStateSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static CommandPointState opendnp3::CommandPointStateSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::CommandPointStateSpec::to_human_string ( CommandPointState  arg)
static

◆ to_string()

static char const* opendnp3::CommandPointStateSpec::to_string ( CommandPointState  arg)
static

◆ to_type()

static uint8_t opendnp3::CommandPointStateSpec::to_type ( CommandPointState  arg)
static

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