SerialPortParams Class
Parameters used to store current setup of serial line.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
public class SerialPortParams
- Inheritance
- Object SerialPortParams
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.
|