import "IIEEEPROM.idl";
Public Member Functions | |
| HRESULT | GetInfo (PEEPROM_INFO pInfo) |
| HRESULT | SetAddress (INT32 wAddress) |
| HRESULT | WriteByte (INT8U bValue) |
| HRESULT | ReadByte (INT8U *p_bValue) |
| HRESULT | EraseAll () |
Definition at line 30 of file IIEEEPROM.idl.
|
|
Attempts to erase / reset the entire contents of the EEPROM, including any device reserved space. Most devices will re-initialize their reserved space to factory defaults upon the next reset / power up operation |
|
|
Returns the EEPROM_INFO structure about the EEPROM device |
|
|
Reads a byte from the current address. Note that the address cursor is incremented after the read operation (post-incremented). |
|
|
Sets the address cursor for the device. All subsequent reads/writes will occur at this address |
|
|
Writes the given byte to the current address. Note that the address cursor is incremented after the write operation (post-incremented). |
1.4.6-NO