libraries/librapi2: Update README.

This commit is contained in:
B. Watson 2016-11-11 17:04:01 -05:00 committed by Willy Sudiarto Raharjo
parent 76e09d1b3e
commit 60024f3709
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,8 +1,11 @@
The RAPI library is an open source implementation that works like 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:
librapi2 (SynCE library)
The RAPI library is an open source implementation that works like
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:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/htm/_wcesdk_CeRapiInit.asp
In order to use librapi, a daemon that the device client connects to must be
running on the computer using librapi.
In order to use librapi, a daemon that the device client connects to
must be running on the computer using librapi.