|
Public Member Functions |
| HRESULT | ConnSelfTest (INT8U *pResultCode) |
| HRESULT | ConnMouseEcho (INT8U bmButtons, INT8S dx, INT8S dy) |
| HRESULT | ConnDrawLine (LCD_LAYER layer, PEN_COLOR color, LCD_POINT p1, LCD_POINT p2) |
| HRESULT | ConnDrawScreen (LCD_SCREEN *pScreen) |
| HRESULT | ConnGetOptions (OPTIONS *pOptions) |
| HRESULT | ConnSetOptions (OPTIONS *pOptions) |
| HRESULT | ConnGetSystemCal (SYS_CAL *pCal) |
| HRESULT | ConnSetSystemCal (SYS_CAL *pCal) |
| HRESULT | ConnClrScrn (INT8U layer, INT8U color) |
| HRESULT | ConnResetDefaults () |
| HRESULT | SaveDefaults () |
| HRESULT | ConnDrawBitmap (LCD_BITMAP *pBitmap) |
| HRESULT | ConnSetLayer (INT8U layer, LAYER_CODE layerState) |
| HRESULT | ConnGetLayer (INT8U layer, LAYER_CODE *pLayerState) |
| HRESULT | ConnSetMixCode (MIX_CODE mixCode) |
| HRESULT | ConnGetMixCode (MIX_CODE *pMixCode) |
| HRESULT | ConnMapToLCD (int *p_LCD_x, int *p_LCD_y, int *p_absX, int *p_absY) |
| HRESULT | devHandleData (BOOL fOptionsInDefault, SHORT abs_x, SHORT abs_y, SHORT pressure, BOOL fTouch, BOOL fTap, SHORT buttonState, ULONG dwTimeStamp, ULONG dwSequenceNum) |
| HRESULT | devConnDrawLine (LCD_LAYER layer, PEN_COLOR color, LCD_POINT p1, LCD_POINT p2) |
| HRESULT | devConnDrawBitmap (LCD_BITMAP *pBitmap) |
| HRESULT | devConnClrScrn (INT8U layer, INT8U color) |
| HRESULT | devConnSetLayer (INT8U layer, LAYER_CODE layerState) |
| HRESULT | devConnSetMixCode (MIX_CODE mixCode) |
| HRESULT | devExitScreenSaver () |
| field name | possible values | meaning |
| openConfig | '1'|'0' | If set to '1' allows configuration dialog to display when the device is first opened. In other words normal behavior ('1') is that when the device is first opened the configuration dialog will be displayed. Once the device has been opened it will not be displayed again.
|
| writeRegistry | '1'|'0' | If set to '1' allows provider to write to registry (this is the default). If this is disabled (set to '0') then the provider will not use the registry.
|
| suppressBitmap | '1'|'0' | If set to '0' allows system to display bitmap on initial open if enabled by the system configuration. If set to '1' no bitmap will be displayed regardless of system configuration settings. This overrides all system settings for bitmaps. The default is '0', meaning the bitmap will be displayed per system configuration settings.
|
| rawValues | '1'|'0' | If set to '1' passes non-calibrated values back from unit. Default is '0'. Note that this will only produce valid data if mapping the entire screen (mapInkingRegionOnly == B_OFF)
|
| screenSaver | '-1'|'0'|'1'|'2' | If set to '0', disables screen saver regardless of control panel settings. If '1' engages the simple blanking of the display screen saver. '2' enables the lines animation, reguardless of default bitmap settings (normally lines animation is only available when the default bitmap is enabled). -1 indicates default settings should be used.
|
| screenSaverText | Up to 255 characters of text | This text is only used when the line animation is enabled.
|
| saverDeltaT | deltaT in integer seconds | Specifies the screen saver deltaT in seconds. A value of -1 indicates the default setting from the control panel should be used. Must be an integer (non decimal).
|
| usrBitmapPath | Set bitmap location | Specifies the full path of the user-defined bitmap, overriding control panel. Must be done prior to opening the connection to a specific device. Setting a value of NULL resets this option, but the reset will have no effect until the provider "restores" settings. This means that typically a reset should be done after closing a specific and before opening another one.
|
| exclusiveOpen | Set exclusive open property [0|1] | Default is 0 (off)
|