2016-11-12 06:04:01 +08:00
|
|
|
librapi2 (SynCE library)
|
|
|
|
|
|
|
|
The RAPI library is an open source implementation that works like
|
2022-03-14 03:43:12 +08:00
|
|
|
RAPI.DLL, available on Microsoft operating systems. The library
|
|
|
|
makes it possible to make remote calls to a computer running
|
|
|
|
device. Documentation for the RAPI calls is available at this address:
|
2016-11-12 06:04:01 +08:00
|
|
|
|
2010-05-13 05:30:40 +08:00
|
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/htm/_wcesdk_CeRapiInit.asp
|
|
|
|
|
2016-11-12 06:04:01 +08:00
|
|
|
In order to use librapi, a daemon that the device client connects to
|
|
|
|
must be running on the computer using librapi.
|