public final class PortType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PortType |
HIDPort |
static PortType |
InvalidPort |
static PortType |
SerialPort |
static PortType |
USBPort |
Modifier and Type | Method and Description |
---|---|
static PortType |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final PortType InvalidPort
public static final PortType SerialPort
public static final PortType USBPort
public static final PortType HIDPort
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static PortType swigToEnum(int swigValue)