SerialCommPortType Enumeration |
Serial port type enumeration.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic enum SerialCommPortType
Public Enumeration SerialCommPortType
public enum class SerialCommPortType
public enum SerialCommPortType
public enum SerialCommPortType
ZylSoft.Serial.SerialCommPortType = function();
ZylSoft.Serial.SerialCommPortType.createEnum('ZylSoft.Serial.SerialCommPortType', false);No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Serial | 0 |
Serial.
|
| Usb | 1 |
USB.
|
| Bluetooth | 2 |
Bluetooth.
|
| Virtual | 3 |
Virtual serial port.
|
| Unknown | 4 |
Unknown type.
|
See Also