SerialPortParams(NullableInt32, String, NullableInt32, String) Constructor

Initializes a new instance of the SerialPortParams class

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public SerialPortParams(
	int? baudrate,
	string parity,
	int? databits,
	string stopbits
)

Parameters

baudrate  NullableInt32
 
parity  String
 
databits  NullableInt32
 
stopbits  String
 

See Also