mscorlib(4.0.0.0) API with additions
Handshake.cs
1 namespace System.IO.Ports
2 {
4  public enum Handshake
5  {
7  None,
9  XOnXOff,
14  }
15 }
Request-to-Send (RTS) hardware flow control is used. RTS signals that data is available for transmiss...
The XON/XOFF software control protocol is used. The XOFF control is sent to stop the transmission of ...
Both the Request-to-Send (RTS) hardware control and the XON/XOFF software controls are used.
Handshake
Specifies the control protocol used in establishing a serial port communication for a T:System....
Definition: Handshake.cs:4