| Ivi.Visa Namespace : SerialFlowControlModes Enumeration |
'Declaration<FlagsAttribute()> Public Enum SerialFlowControlModes Inherits System.Enum
'UsageDim instance As SerialFlowControlModes
[Flags()] public enum SerialFlowControlModes : System.Enum
[Flags()] public enum class SerialFlowControlModes : public System.Enum
| Member | Description |
|---|---|
| DtrDsr | The serial connection uses the DTR output signal and the DSR input signal to perform hardware flow control. |
| None | The serial connection does not use flow control, and buffers on both sides of the connection are assumed to be large enough to hold all data transferred. |
| RtsCts | The serial connection uses the RTS output signal and the CTS input signal to perform hardware flow control. |
| XOnXOff | The serial connection uses the XON and XOFF characters to perform software flow control. |
System.Object
System.ValueType
System.Enum
Ivi.Visa.SerialFlowControlModes
Current with Keysight IO Libraries Suite 18