SerialPortParams Class

Parameters used to store current setup of serial line.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public class SerialPortParams
Inheritance
Object    SerialPortParams

Constructors

SerialPortParamsInitializes a new instance of the SerialPortParams class
SerialPortParams(SerialPortParams)Initializes a new instance of the SerialPortParams class
SerialPortParams(NullableInt32, String, NullableInt32, String)Initializes a new instance of the SerialPortParams class

Fields

Baudrate Baudrate. Null means that parameter was not set.
DataBits Count of data bits. Null menas that value was not set.
Parity One of System.IO.Ports.Parity values as string. Null menas that value was not set.
StopBits One of System.IO.Ports.StopBits values as string. Null menas that value was not set.

See Also