rodbus (.NET API) 1.3.1
Loading...
Searching...
No Matches
rodbus.SerialPortSettings Class Reference

Serial port settings More...

Public Member Functions

SerialPortSettings WithBaudRate (uint value)
 Baud rate (in symbols-per-second) More...
 
SerialPortSettings WithDataBits (DataBits value)
 Number of bits used to represent a character sent on the line More...
 
SerialPortSettings WithFlowControl (FlowControl value)
 Type of signalling to use for controlling data transfer More...
 
SerialPortSettings WithParity (Parity value)
 Type of parity to use for error checking More...
 
SerialPortSettings WithStopBits (StopBits value)
 Number of bits to use to signal the end of a character More...
 
 SerialPortSettings ()
 Initialize a serial port configuration 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

◆ SerialPortSettings()

rodbus.SerialPortSettings.SerialPortSettings ( )
inline

Initialize a serial port configuration

Default values:

Member Function Documentation

◆ WithBaudRate()

SerialPortSettings rodbus.SerialPortSettings.WithBaudRate ( uint  value)
inline

Baud rate (in symbols-per-second)

◆ WithDataBits()

SerialPortSettings rodbus.SerialPortSettings.WithDataBits ( DataBits  value)
inline

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

◆ WithFlowControl()

SerialPortSettings rodbus.SerialPortSettings.WithFlowControl ( FlowControl  value)
inline

Type of signalling to use for controlling data transfer

◆ WithParity()

SerialPortSettings rodbus.SerialPortSettings.WithParity ( Parity  value)
inline

Type of parity to use for error checking

◆ WithStopBits()

SerialPortSettings rodbus.SerialPortSettings.WithStopBits ( StopBits  value)
inline

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

Member Data Documentation

◆ BaudRate

uint rodbus.SerialPortSettings.BaudRate

Baud rate (in symbols-per-second)

◆ DataBits

DataBits rodbus.SerialPortSettings.DataBits

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

◆ FlowControl

FlowControl rodbus.SerialPortSettings.FlowControl

Type of signalling to use for controlling data transfer

◆ Parity

Parity rodbus.SerialPortSettings.Parity

Type of parity to use for error checking

◆ StopBits

StopBits rodbus.SerialPortSettings.StopBits

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


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