Uses of Class
com.ftdi.FTDevice
Packages that use FTDevice
-
Uses of FTDevice in com.ftdi
Modifier and TypeMethodDescriptionFTDevice.getDevices()Get the connected FTDI devices.FTDevice.getDevices(boolean isIncludeOpenedDevices) Get the connected FTDI devices.FTDevice.getDevicesByDescription(String description) Get the connected FTDI devices.FTDevice.getDevicesByDeviceType(DeviceType deviceType) Get the connected FTDI devices.FTDevice.getDevicesBySerialNumber(String serialNumber) Get the connected FTDI devices.Modifier and TypeMethodDescriptionprotected voidAbstractDataHandler.configureDevice(FTDevice ftDevice) protected voidAbstractDataHandler.handleFatalError(FTDevice ftDevice) protected abstract intprotected intprotected abstract voidAbstractDataHandler.registerEventHandle(FTDevice ftDevice, int eventMask) voidAbstractDataHandler.setFTDevice(FTDevice device) protected abstract voidAbstractDataHandler.waitForNotificationEvent(FTDevice ftDevice) -
Uses of FTDevice in com.ftdi.handler
Methods in com.ftdi.handler with parameters of type FTDeviceModifier and TypeMethodDescriptionprotected voidBlockingReaderHandler.configureDevice(FTDevice ftDevice) protected intprotected voidBlockingReaderHandler.registerEventHandle(FTDevice ftDevice, int eventMask) protected voidEventNotificationHandlerLinux.registerEventHandle(FTDevice ftDevice, int eventMask) protected voidEventNotificationHandlerWindows.registerEventHandle(FTDevice ftDevice, int eventMask) protected voidBlockingReaderHandler.waitForNotificationEvent(FTDevice ftDevice) protected voidEventNotificationHandlerLinux.waitForNotificationEvent(FTDevice ftDevice) protected voidEventNotificationHandlerWindows.waitForNotificationEvent(FTDevice ftDevice)