Function Library
67
EOS-1200
Syntax
C/C++
short EEPROM_ReadByte (short Offset, unsigned
char *Data)
Visual Basic
EEPROM_ReadByte (ByVal Offset As Integer,
ByRef Data As Byte) As Integer
VB.Net
EEPROM_ReadByte (ByVal Offset As Short, ByRef
Data As Byte) As Short
C#
short EEPROM_ReadByte (short Offset, out byte
Data)
Parameter(s)
Offset
Offset address of the EEPROM performing the operation.
Invalid values are 0 to 255.
Data
Data read from the address of the EEPROM.
Return Code(s)
0: No error
-1: Not a valid device
-2: Invalid parameter
-3: EEPROM is busy
5.8.2
EEPROM_WriteByte
Description
Writes one byte of data from the EEPROM. After a success-
ful write byte command, the EEPROM enters an internally
timed write cycle for about 5 ms. All subsequent read or
Содержание EOS-1200
Страница 2: ...ii Revision History Revision Release Date Description of Change s 2 00 Dec 28 2011 Initial release ...
Страница 10: ...x List of Figures This page intentionally left blank ...
Страница 12: ...xii List of Tables This page intentionally left blank ...
Страница 50: ...38 OS Driver Installation This page intentionally left blank ...
Страница 82: ...70 Function Library 2 Invalid parameter 3 EEPROM is busy ...