sub_eep_read

Top  Previous  Next
Got to SUB-20 page

Synopsis

int sub_eep_read( sub_handle hndl, int addr, char* buf, int sz )

 

Read sz bytes from internal EEPROM starting from address addr. Read data will be stored in buf.

Parameters

addr - read start address

buf - buffer to store read data

sz - read size, max 64 bytes.

Return value

On success function returns 0. Otherwise error code.