Click or drag to resize

DetectEventArgs Constructor

Constructor.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
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