Uses of Enum Class
com.ftdi.FT_EEPROM_DriveCurrent
Packages that use FT_EEPROM_DriveCurrent
-
Uses of FT_EEPROM_DriveCurrent in com.ftdi
Methods in com.ftdi that return FT_EEPROM_DriveCurrentModifier and TypeMethodDescriptionstatic FT_EEPROM_DriveCurrentFT_EEPROM_DriveCurrent.byValue(int value) EepromX.getAcDriveCurrent()EepromX.getAdDriveCurrent()static FT_EEPROM_DriveCurrentReturns the enum constant of this class with the specified name.static FT_EEPROM_DriveCurrent[]FT_EEPROM_DriveCurrent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ftdi with parameters of type FT_EEPROM_DriveCurrentModifier and TypeMethodDescriptionEepromX.setAcDriveCurrent(FT_EEPROM_DriveCurrent acDriveCurrent) EepromX.setAdDriveCurrent(FT_EEPROM_DriveCurrent adDriveCurrent)