dnp3 (C++ API) 1.1.0
dnp3::SerialSettings Struct Reference

Serial port settings. More...

#include <dnp3.hpp>

Public Member Functions

 SerialSettings ()
 Initialize to default values. More...
 

Public Attributes

uint32_t baud_rate
 Baud rate (in symbols-per-second) More...
 
DataBits data_bits
 Number of bits used to represent a character sent on the line. More...
 
FlowControl flow_control
 Type of signalling to use for controlling data transfer. More...
 
Parity parity
 Type of parity to use for error checking. More...
 
StopBits stop_bits
 Number of bits to use to signal the end of a character. More...
 

Friends

class CppSerialSettingsFriend
 

Detailed Description

Serial port settings.

Constructor & Destructor Documentation

◆ SerialSettings()

dnp3::SerialSettings::SerialSettings ( )

Member Data Documentation

◆ baud_rate

uint32_t dnp3::SerialSettings::baud_rate

Baud rate (in symbols-per-second)

◆ data_bits

DataBits dnp3::SerialSettings::data_bits

Number of bits used to represent a character sent on the line.

◆ flow_control

FlowControl dnp3::SerialSettings::flow_control

Type of signalling to use for controlling data transfer.

◆ parity

Parity dnp3::SerialSettings::parity

Type of parity to use for error checking.

◆ stop_bits

StopBits dnp3::SerialSettings::stop_bits

Number of bits to use to signal the end of a character.


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