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

#include <opendnp3/gen/TripCloseCode.h>

Public Types

using enum_type_t = TripCloseCode
 

Static Public Member Functions

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

Detailed Description

Definition at line 56 of file TripCloseCode.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static TripCloseCode opendnp3::TripCloseCodeSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static TripCloseCode opendnp3::TripCloseCodeSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::TripCloseCodeSpec::to_human_string ( TripCloseCode  arg)
static

◆ to_string()

static char const* opendnp3::TripCloseCodeSpec::to_string ( TripCloseCode  arg)
static

◆ to_type()

static uint8_t opendnp3::TripCloseCodeSpec::to_type ( TripCloseCode  arg)
static

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