SerialHardwareFlowControl Enumeration |
Hardware flow control enumeration type.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic enum SerialHardwareFlowControl
Public Enumeration SerialHardwareFlowControl
Dim instance As SerialHardwareFlowControl
public enum class SerialHardwareFlowControl
type SerialHardwareFlowControl
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