Package | Description |
---|---|
com.ftdi.j2xx | |
com.ftdi.j2xx.ft4222 |
Modifier and Type | Method and Description |
---|---|
FT_Device |
D2xxManager.openByDescription(Context parentContext,
java.lang.String description)
This designates the device with the specified description.
|
FT_Device |
D2xxManager.openByDescription(Context parentContext,
java.lang.String description,
D2xxManager.DriverParameters params)
This designates the device with the specified description and allows for
configuration of driver parameters.
|
FT_Device |
D2xxManager.openByIndex(Context parentContext,
int index)
This designates the device at the specified index.
|
FT_Device |
D2xxManager.openByIndex(Context parentContext,
int index,
D2xxManager.DriverParameters params)
This designates the device at the specified index and allows for configuration of driver parameters.
|
FT_Device |
D2xxManager.openByLocation(Context parentContext,
int location)
This designates the device at the specified location.
|
FT_Device |
D2xxManager.openByLocation(Context parentContext,
int location,
D2xxManager.DriverParameters params)
This designates the device at the specified location, and allows for configuration of driver parameters.
|
FT_Device |
D2xxManager.openBySerialNumber(Context parentContext,
java.lang.String serialNumber)
This designates the device with the specified serial number.
|
FT_Device |
D2xxManager.openBySerialNumber(Context parentContext,
java.lang.String serialNumber,
D2xxManager.DriverParameters params)
This designates the device with the specified serial number for use,
and allows for configuration of driver parameters.
|
FT_Device |
D2xxManager.openByUsbDevice(Context parentContext,
UsbDevice dev)
This designates the device from the specified USB Device object..
|
FT_Device |
D2xxManager.openByUsbDevice(Context parentContext,
UsbDevice dev,
D2xxManager.DriverParameters params)
This designates the device from the specified USB Device object,
and allows for configuration of driver parameters.
|
Constructor and Description |
---|
FT_4222_Device(FT_Device ftDev)
Constructor for FT4222 device class
|