SerialHardwareFlowControl Enumeration |
Hardware flow control enumeration type.
Namespace: ZylSoft.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.32.9621.18621
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic enum SerialHardwareFlowControl
Public Enumeration SerialHardwareFlowControl
Dim instance As SerialHardwareFlowControl
public enum class SerialHardwareFlowControl
type SerialHardwareFlowControl
public enum SerialHardwareFlowControl
public enum SerialHardwareFlowControl
ZylSoft.Gps.SerialHardwareFlowControl = function();
ZylSoft.Gps.SerialHardwareFlowControl.createEnum('ZylSoft.Gps.SerialHardwareFlowControl', false); enum SerialHardwareFlowControl
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| None | 0 |
No hardware handshake.
|
| DtrDsr | 1 |
DTR flow control.
|
| RtsCts | 2 |
RTS flow control.
|
Remarks
Possible values: None, None + RTS always on, RTS/CTS.
See Also