문제

I need to connect the Symbian OS device and communicate with files. Is there any api or dll to connect device to do this? I need to back the contacts,photos and other possible files.

도움이 되었습니까?

해결책

Connect how? Packet data, USB, Bluetooth? With Bluetooth there's the OBEX API - it can be used via USB as well, but there are probably more quirks with getting it to work.

If you are using Qt, you can do this with QBlueToothTransferManager.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top