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

FT_STATUS
FT_WriteEE
(FT_HANDLE ftHandle, DWORD dwWordOffset, WORD wValue)




Parameters

ftHandle
Handle of the device.
dwWordOffset
EEPROM location to write to.
wValue
Value to write to EEPROM.




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