Your browser does not allow scripts
Please click here to view a static table of contents without scripts
FT_ReadEE
Return to Introduction  Previous page  Next page
Read a value from an EEPROM location.

FT_STATUS
FT_ReadEE
(FT_HANDLE ftHandle, DWORD dwWordOffset, LPWORD lpwValue)




Parameters

ftHandle
Handle of the device.
dwWordOffset
EEPROM location to read from.
lpwValue
Pointer to the value read from the EEPROM.




Return Value
FT_OK if successful, otherwise the return value is an FT error code.