dnp3 (.NET API) 1.1.0
dnp3.SerialSettings Class Reference

Serial port settings More...

Public Member Functions

SerialSettings WithBaudRate (uint value)
 Baud rate (in symbols-per-second) More...
 
SerialSettings WithDataBits (DataBits value)
 Number of bits used to represent a character sent on the line More...
 
SerialSettings WithFlowControl (FlowControl value)
 Type of signalling to use for controlling data transfer More...
 
SerialSettings WithParity (Parity value)
 Type of parity to use for error checking More...
 
SerialSettings WithStopBits (StopBits value)
 Number of bits to use to signal the end of a character More...
 
 SerialSettings ()
 Initialize to default values More...
 

Public Attributes

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

Detailed Description

Serial port settings

Constructor & Destructor Documentation

◆ SerialSettings()

Member Function Documentation

◆ WithBaudRate()

SerialSettings dnp3.SerialSettings.WithBaudRate ( uint  value)
inline

Baud rate (in symbols-per-second)

◆ WithDataBits()

SerialSettings dnp3.SerialSettings.WithDataBits ( DataBits  value)
inline

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

◆ WithFlowControl()

SerialSettings dnp3.SerialSettings.WithFlowControl ( FlowControl  value)
inline

Type of signalling to use for controlling data transfer

◆ WithParity()

SerialSettings dnp3.SerialSettings.WithParity ( Parity  value)
inline

Type of parity to use for error checking

◆ WithStopBits()

SerialSettings dnp3.SerialSettings.WithStopBits ( StopBits  value)
inline

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

Member Data Documentation

◆ BaudRate

uint dnp3.SerialSettings.BaudRate

Baud rate (in symbols-per-second)

◆ DataBits

DataBits dnp3.SerialSettings.DataBits

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

◆ FlowControl

FlowControl dnp3.SerialSettings.FlowControl

Type of signalling to use for controlling data transfer

◆ Parity

Parity dnp3.SerialSettings.Parity

Type of parity to use for error checking

◆ StopBits

StopBits dnp3.SerialSettings.StopBits

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


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