Click or drag to resize

DetectEventArgs Constructor

Constructor.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntax
public DetectEventArgs(
	SerialCommPort port,
	SerialBaudRate baudRate
)

Parameters

port  SerialCommPort
Current port tried by the detection / reconnection process.
baudRate  SerialBaudRate
Current baud rate tried by the detection / reconnection process.
See Also