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

#include <opendnp3/gen/StopBits.h>

Public Types

using enum_type_t = StopBits
 

Static Public Member Functions

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

Detailed Description

Definition at line 51 of file StopBits.h.

Member Typedef Documentation

◆ enum_type_t

Definition at line 53 of file StopBits.h.

Member Function Documentation

◆ from_string()

static StopBits opendnp3::StopBitsSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static StopBits opendnp3::StopBitsSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::StopBitsSpec::to_human_string ( StopBits  arg)
static

◆ to_string()

static char const* opendnp3::StopBitsSpec::to_string ( StopBits  arg)
static

◆ to_type()

static uint8_t opendnp3::StopBitsSpec::to_type ( StopBits  arg)
static

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