Click or drag to resize

SerialSoftwareFlowControl Enumeration

Software flow control enumeration type.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public enum SerialSoftwareFlowControl
Members
Member nameValueDescription
None0 No software handshake.
XonXoff1 XON/XOFF.
Remarks
Possible values: None, XON/XOFF.
See Also