- openByDescription(Context, String, D2xxManager.DriverParameters) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device with the specified description and allows for
configuration of driver parameters.
- openByDescription(Context, String) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device with the specified description.
- openByIndex(Context, int, D2xxManager.DriverParameters) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device at the specified index and allows for configuration of driver parameters.
- openByIndex(Context, int) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device at the specified index.
- openByLocation(Context, int, D2xxManager.DriverParameters) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device at the specified location, and allows for configuration of driver parameters.
- openByLocation(Context, int) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device at the specified location.
- openBySerialNumber(Context, String, D2xxManager.DriverParameters) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device with the specified serial number for use,
and allows for configuration of driver parameters.
- openBySerialNumber(Context, String) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device with the specified serial number.
- openByUsbDevice(Context, UsbDevice, D2xxManager.DriverParameters) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device from the specified USB Device object,
and allows for configuration of driver parameters.
- openByUsbDevice(Context, UsbDevice) - Method in class com.ftdi.j2xx.D2xxManager
-
This designates the device from the specified USB Device object..