sub_eep_write

Top  Previous  Next
Got to SUB-20 page

Synopsis

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

 

Write sz bytes into internal EEPROM starting from address addr. Write data is taken from buf.

Parameters

addr - write start address

buf - buffer for data to be written

sz - write size, max 64 bytes.

Return value

On success function returns 0. Otherwise error code.