IIEEEPROM Interface Reference

import "IIEEEPROM.idl";

List of all members.

Public Member Functions

HRESULT GetInfo (PEEPROM_INFO pInfo)
HRESULT SetAddress (INT32 wAddress)
HRESULT WriteByte (INT8U bValue)
HRESULT ReadByte (INT8U *p_bValue)
HRESULT EraseAll ()


Detailed Description

Interface for generic access to a device's EEPROM

Definition at line 30 of file IIEEEPROM.idl.


Member Function Documentation

HRESULT IIEEEPROM::EraseAll  ) 
 

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

HRESULT IIEEEPROM::GetInfo PEEPROM_INFO  pInfo  ) 
 

Returns the EEPROM_INFO structure about the EEPROM device

HRESULT IIEEEPROM::ReadByte INT8U p_bValue  ) 
 

Reads a byte from the current address. Note that the address cursor is incremented after the read operation (post-incremented).

HRESULT IIEEEPROM::SetAddress INT32  wAddress  ) 
 

Sets the address cursor for the device. All subsequent reads/writes will occur at this address

HRESULT IIEEEPROM::WriteByte INT8U  bValue  ) 
 

Writes the given byte to the current address. Note that the address cursor is incremented after the write operation (post-incremented).


Generated on Tue Nov 21 11:11:29 2006 for ePadAPIs by  doxygen 1.4.6-NO