User guide
Table Of Contents
- 2727-UM002D-EN-P, MobileView Guard G750 Terminal User Manual
- Important User Information
- Table of Contents
- Preface
- Chapter 1 - Overview
- Chapter 2 - Safety Precautions and Elements
- Chapter 3 - Terminal Connections
- Chapter Objectives
- Mounting and Connecting the Junction Box
- Accessing/Wiring the MobileView Connection Compartment
- Connecting a Computer using the RS-232 Serial Port
- Making an Ethernet Connection
- Using the PC Card Slot
- Connecting a Keyboard / Printer Using the IrDA Interface
- Installing the Mounting Bracket
- Chapter 4 - Configuring the MobileView Terminal
- Chapter 5 - Using RSView ME Station
- Chapter 6 - CE Thin Client Operating Instructions
- Chapter 7 - Windows CE Applications
- Chapter 8 - Maintenance and Troubleshooting
- A - Specifications
- B - Security Considerations
- C - Available Fonts for Terminal Applications
- Index
- Back Cover

Publication 2727-UM002D-EN-P
Windows CE Applications 7-5
typedef struct {
UINT16 posX;
UINT16 posY;
UINT16 psoZ;
} TKVCSpaceMouseData;
typedef struct {
SINT16 absVal;
SINT16 dynVal;
}TKVCHandWheelData;
Server to Client
typedef enum {
eKVCSetWheelValue,
eKVCSetLed
eKVCSetContrast,
eKVCSetBrightness,
eKVCSetVolume,
eKVCSetScreensaver,
eKVCGetLed,
eKVCGetContrast,
eKVCGetBrightness,
eKVCGetVolume,
eKVCGetScreensaver,
eKVCGetJostickValue,
eKVCGetSpaceMouseValue,
eKVCGetOverrideValue,
eKVCGetWheelValue,
eKVCSwtichBacklight,
eKVCGetBacklightState,
eKVCPlaySound,
eKVCWriteFlash
eKVCDisconnect
} TKVCCommand;
typedef struct {
TKVCCommand command;
SINT16 param;
} TKVCServerData;