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

#include <opendnp3/gen/FlowControl.h>

Public Types

using enum_type_t = FlowControl
 

Static Public Member Functions

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

Detailed Description

Definition at line 50 of file FlowControl.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static FlowControl opendnp3::FlowControlSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static FlowControl opendnp3::FlowControlSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::FlowControlSpec::to_human_string ( FlowControl  arg)
static

◆ to_string()

static char const* opendnp3::FlowControlSpec::to_string ( FlowControl  arg)
static

◆ to_type()

static uint8_t opendnp3::FlowControlSpec::to_type ( FlowControl  arg)
static

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