IePadIDFSR Interface Reference

import "fsrprovider.idl";

List of all members.

Public Member Functions

HRESULT ConnSetEEPROMAddress (ULONG address)
HRESULT ConnSelfTest (LONG *pResultCode)
HRESULT ConnResetDefaults (void)
HRESULT ConnSaveSettings (void)
HRESULT ConnWriteEEPROM (CHAR bDataByte)
HRESULT ConnReadEEPROM (CHAR *p_bDataByte)
HRESULT ConnGetOptions (struct tag_ePadId_OPTIONS *pOptions)
HRESULT ConnSetOptions (struct tag_ePadId_OPTIONS *pOptions)
HRESULT ConnGetSystemCal (struct tag_ePadId_SYS_CAL *pSysCal)
HRESULT ConnSetSystemCal (struct tag_ePadId_SYS_CAL *pSysCal)
HRESULT HandleData (CHAR fDefaultOptions, LONG absX, LONG absY, LONG pressure, CHAR fTouch, ULONG TickCount, BYTE sequenceNum)
HRESULT ConnGetFirmwareVersion (LONG *pVersion)


Detailed Description

Definition at line 50 of file fsrprovider.idl.


Member Function Documentation

HRESULT IePadIDFSR::ConnGetFirmwareVersion LONG *  pVersion  ) 
 

Reserved for internal use

HRESULT IePadIDFSR::ConnGetOptions struct tag_ePadId_OPTIONS pOptions  ) 
 

Gets the options values

HRESULT IePadIDFSR::ConnGetSystemCal struct tag_ePadId_SYS_CAL pSysCal  ) 
 

Gets the system cal values

HRESULT IePadIDFSR::ConnReadEEPROM CHAR *  p_bDataByte  ) 
 

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

HRESULT IePadIDFSR::ConnResetDefaults void   ) 
 

Resets unit to persistent defaults

HRESULT IePadIDFSR::ConnSaveSettings void   ) 
 

Saves all current values for persistent settings as defaults

HRESULT IePadIDFSR::ConnSelfTest LONG *  pResultCode  ) 
 

Do a unit self test

HRESULT IePadIDFSR::ConnSetEEPROMAddress ULONG  address  ) 
 

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

HRESULT IePadIDFSR::ConnSetOptions struct tag_ePadId_OPTIONS pOptions  ) 
 

Gets the options values

HRESULT IePadIDFSR::ConnSetSystemCal struct tag_ePadId_SYS_CAL pSysCal  ) 
 

Sets the system cal values

HRESULT IePadIDFSR::ConnWriteEEPROM CHAR  bDataByte  ) 
 

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

HRESULT IePadIDFSR::HandleData CHAR  fDefaultOptions,
LONG  absX,
LONG  absY,
LONG  pressure,
CHAR  fTouch,
ULONG  TickCount,
BYTE  sequenceNum
 

Reserved for internal use


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