dnp3  0.9.0
Public Attributes | List of all members
dnp3.SerialPortSettings Class Reference

Serial port settings More...

Public Attributes

uint BaudRate = (uint)9600
 Baud rate (in symbols-per-second) More...
 
DataBits DataBits = DataBits.Eight
 Number of bits used to represent a character sent on the line More...
 
FlowControl FlowControl = FlowControl.None
 Type of signalling to use for controlling data transfer More...
 
Parity Parity = Parity.None
 Type of parity to use for error checking More...
 
StopBits StopBits = StopBits.One
 Number of bits to use to signal the end of a character More...
 

Detailed Description

Serial port settings

Member Data Documentation

◆ BaudRate

uint dnp3.SerialPortSettings.BaudRate = (uint)9600

Baud rate (in symbols-per-second)

Default value is 9600

◆ DataBits

DataBits dnp3.SerialPortSettings.DataBits = DataBits.Eight

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

Default value is DataBits.Eight

◆ FlowControl

FlowControl dnp3.SerialPortSettings.FlowControl = FlowControl.None

Type of signalling to use for controlling data transfer

Default value is FlowControl.None

◆ Parity

Parity dnp3.SerialPortSettings.Parity = Parity.None

Type of parity to use for error checking

Default value is Parity.None

◆ StopBits

StopBits dnp3.SerialPortSettings.StopBits = StopBits.One

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

Default value is StopBits.One


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