
return CKVCServer::OnClientDisconnect(pConnection, info);
}
IIn the derivation of the class
CKVCConnection
, only the Event and Change
method must be derived. The Get methods can be derived, but it must be
guaranteed that the method of the base class is called before the data are
used.
class CKVCTestConnection: public CKVCConnection{
public:
CKVCTestConnection();
virtual ~CKVCTestConnection();
virtual int OnOverrideChange (SINT16 val);
virtual int OnWheelChange (SINT16 wheelAbsVal);
virtual int OnKeyboardEvent (TKVCEvent keyEvent, UINT8 keyNum);
virtual int OnJoystickEvent (TKVCEvent event,
TKVCJoystickData *pJData);
virtual int OnSpaceMouseEvent (TKVCEvent event,
TKVCSpaceMouseData *pSMData);
virtual int OnAliveMsg ();
virtual int OnDisconnect ();
virtual int GetWheelVal (TKVCHandWheelData &hwData);
virtual int GetOverrideVal (SINT8 &overrideVal);
virtual int GetJoystickPos (TKVCJoystickData &jData);
virtual int GetSpaceMousePos (TKVCSpaceMouseData &smData);
virtual int GetLedState(UINT8 ledNum, UINT8 &state);
virtual int GetContrast (UINT8 &contrast);
virtual int GetBrightness (UINT8 &brightness);
virtual int GetVolume (UINT8 &volume);
virtual int GetScreensaverTime(UINT16 &screeTime);
virtual int GetScreensaverState(UINT8 &state);
virtual int GetBacklightState (UINT8 &state);
};
int CKVCTestConnection::OnOverrideChange (SINT16 val){
cout << "OnOverrideChange: " << (int)val << endl << flush;
return true;
}
int CKVCTestConnection::GetOverrideVal (SINT8 &overrideVal){
CKVCConnection::GetOverrideVal(overrideVal);
cout << "GetOverrideVal: " << (int)overrideVal << endl << flush;
return true;
}
7.10 Remote Software ActiveSync
This software is used as a debug interface and to adjust and transmit data from
and to a PC.
The remote software ActiveSync is a product by Microsoft and can be down-
loaded free of charge from the following download address:
http://www.microsoft.com/windowsmobile/activesync/activesync42.mspx
7.10.1
Data connection via RS-232-C debug interface
The data connection from the KeTop to the PC is established as follows:
1) Remove the cover of the cable entrance area on the KeTop.
2) Plug in the Download Cable KeTop XD 040 (KeTop and PC)
3) Start the ActiveSync software on the PC
a) select
File
▶
Delete Partnership...
Software
KeTop T50VGA
© KEBA 2009
User's Manual V1.50
86
Summary of Contents for KeTop T100
Page 1: ...KEMRO KeTop T50VGA User s Manual V1 50 Translation of the original instructions ...
Page 4: ......
Page 10: ......