import "fsrprovider.idl";
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) |
Definition at line 50 of file fsrprovider.idl.
|
|
Reserved for internal use |
|
|
Gets the options values |
|
|
Gets the system cal values |
|
|
Reads a byte from the current address. Note that the address cursor is incremented after the read operation (post-incremented). |
|
|
Resets unit to persistent defaults |
|
|
Saves all current values for persistent settings as defaults |
|
|
Do a unit self test |
|
|
Sets the address cursor for the device. All subsequent reads/writes will occur at this address |
|
|
Gets the options values |
|
|
Sets the system cal values |
|
|
Writes the given byte to the current address. Note that the address cursor is incremented after the write operation (post-incremented). |
|
||||||||||||||||||||||||||||||||
|
Reserved for internal use |
1.4.6-NO