Public Member Functions | |
| HRESULT | ConnSetEEPROMAddress (ULONG address) |
| HRESULT | ConnSelfTest (LONG *pResultCode) |
| HRESULT | ConnResetDefaults (void) |
| HRESULT | ConnSaveSettings (void) |
| HRESULT | ConnWriteEEPROM (CHAR bDataByte) |
| HRESULT | ConnReadEEPROM ([out] CHAR *p_bDataByte) |
| HRESULT | ConnGetOptions ([out] struct tag_ePadId_OPTIONS *pOptions) |
| HRESULT | ConnSetOptions (struct tag_ePadId_OPTIONS *pOptions) |
| HRESULT | ConnGetSystemCal ([out] 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 ([out] LONG *pVersion) |
| HRESULT ConnSetEEPROMAddress | ( | ULONG | address | ) |
Sets the address cursor for the device. All subsequent reads/writes will occur at this address
| HRESULT ConnSelfTest | ( | LONG * | pResultCode | ) |
Do a unit self test
| HRESULT ConnResetDefaults | ( | void | ) |
Resets unit to persistent defaults
| HRESULT ConnSaveSettings | ( | void | ) |
Saves all current values for persistent settings as defaults
| HRESULT 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 ConnReadEEPROM | ( | [out] CHAR * | p_bDataByte | ) |
Reads a byte from the current address. Note that the address cursor is incremented after the read operation (post-incremented).
| HRESULT ConnGetOptions | ( | [out] struct tag_ePadId_OPTIONS * | pOptions | ) |
Gets the options values
| HRESULT ConnSetOptions | ( | struct tag_ePadId_OPTIONS * | pOptions | ) |
Sets the options values
| HRESULT ConnGetSystemCal | ( | [out] struct tag_ePadId_SYS_CAL * | pSysCal | ) |
Gets the system cal values
| HRESULT ConnSetSystemCal | ( | struct tag_ePadId_SYS_CAL * | pSysCal | ) |
Sets the system cal values
| HRESULT HandleData | ( | CHAR | fDefaultOptions, | |
| LONG | absX, | |||
| LONG | absY, | |||
| LONG | pressure, | |||
| CHAR | fTouch, | |||
| ULONG | TickCount, | |||
| BYTE | sequenceNum | |||
| ) |
Reserved for internal use
| HRESULT ConnGetFirmwareVersion | ( | [out] LONG * | pVersion | ) |
Reserved for internal use
1.5.4