| Package | Description |
|---|---|
| com.ftdi | |
| com.ftdi.handler |
| Modifier and Type | Method and Description |
|---|---|
static List<FTDevice> |
FTDevice.getDevices()
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevices()
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevices(boolean isIncludeOpenedDevices)
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevices(boolean isIncludeOpenedDevices)
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevicesByDescription(String description)
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevicesByDescription(String description)
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevicesByDeviceType(DeviceType deviceType)
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevicesByDeviceType(DeviceType deviceType)
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevicesBySerialNumber(String serialNumber)
Get the connected FTDI devices.
|
static List<FTDevice> |
FTDevice.getDevicesBySerialNumber(String serialNumber)
Get the connected FTDI devices.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDataHandler.configureDevice(FTDevice ftDevice) |
protected void |
AbstractDataHandler.configureDevice(FTDevice ftDevice) |
protected abstract int |
AbstractDataHandler.readData(FTDevice ftDevice) |
protected int |
AbstractEventNotificationHandler.readData(FTDevice ftDevice) |
protected int |
AbstractEventNotificationHandler.readData(FTDevice ftDevice) |
protected abstract int |
AbstractDataHandler.readData(FTDevice ftDevice) |
void |
AbstractDataHandler.setFTDevice(FTDevice device) |
void |
AbstractDataHandler.setFTDevice(FTDevice device) |
protected abstract void |
AbstractDataHandler.waitForNotificationEvent(FTDevice ftDevice,
int eventMask) |
protected abstract void |
AbstractDataHandler.waitForNotificationEvent(FTDevice ftDevice,
int eventMask) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlockingReaderHandler.configureDevice(FTDevice ftDevice) |
protected void |
BlockingReaderHandler.configureDevice(FTDevice ftDevice) |
protected int |
BlockingReaderHandler.readData(FTDevice ftDevice) |
protected int |
BlockingReaderHandler.readData(FTDevice ftDevice) |
protected void |
BlockingReaderHandler.waitForNotificationEvent(FTDevice ftDevice,
int eventMask) |
protected void |
EventNotificationHandlerLinux.waitForNotificationEvent(FTDevice ftDevice,
int eventMask) |
protected void |
EventNotificationHandlerWindows.waitForNotificationEvent(FTDevice ftDevice,
int eventMask) |
protected void |
EventNotificationHandlerWindows.waitForNotificationEvent(FTDevice ftDevice,
int eventMask) |
protected void |
EventNotificationHandlerLinux.waitForNotificationEvent(FTDevice ftDevice,
int eventMask) |
protected void |
BlockingReaderHandler.waitForNotificationEvent(FTDevice ftDevice,
int eventMask) |
Copyright © 2021. All rights reserved.