Uses of Class
com.ftdi.FTD2XX.FT_PROGRAM_DATA.ByReference
Packages that use FTD2XX.FT_PROGRAM_DATA.ByReference
-
Uses of FTD2XX.FT_PROGRAM_DATA.ByReference in com.ftdi
Methods in com.ftdi with parameters of type FTD2XX.FT_PROGRAM_DATA.ByReferenceModifier and TypeMethodDescriptionintFTD2XX.FT_EE_Program(com.sun.jna.Pointer ftHandle, FTD2XX.FT_PROGRAM_DATA.ByReference pData) Program the EEPROM.intFTD2XX.FT_EE_ProgramEx(com.sun.jna.Pointer ftHandle, FTD2XX.FT_PROGRAM_DATA.ByReference pData, String Manufacturer, String ManufacturerId, String Description, String SerialNumber) Program the EEPROM and pass strings separately.intFTD2XX.FT_EE_Read(com.sun.jna.Pointer ftHandle, FTD2XX.FT_PROGRAM_DATA.ByReference pData) Read the contents of the EEPROM.intFTD2XX.FT_EE_ReadEx(com.sun.jna.Pointer ftHandle, FTD2XX.FT_PROGRAM_DATA.ByReference pData, String Manufacturer, String ManufacturerId, String Description, String SerialNumber) Read the contents of the EEPROM and pass strings separately.