The Microsoft RAPI2 interface is designed with the ability to talk to multiple devices. But, ActiveSync 4.5.0 allows only allows one device at a time to connect and only allows it over a USB connection.
Is there 开发者_开发技巧a way to write a client-server piece for the desktop and mobile device that will allow more than one device to connect to the desktop through a RAPI2 connection? Preferably some way to put RAPI2 over TCP/IP.
Thanks, PaulH
In msdn they wrote this:
For Windows CE 5.0 and earlier, this enumeration sequence will only contain a single connected device.
精彩评论