Handshake Enum
NuGet: GHIElectronics.TinyCLR.Devices.Uart
Assembly: System.IO.Ports
Namespace: System.IO.Ports
Flow-control method.
public enum Handshake
Fields
| Name | Value | Description |
|---|---|---|
None | 0 | No flow control. |
XOnXOff | 1 | Software (XON/XOFF) flow control. |
RequestToSend | 2 | Hardware (RTS/CTS) flow control. |
RequestToSendXOnXOff | 3 | Both hardware and software flow control. |