hi,
I open a CSD connection between two mobile devices. now how to send a jpeg image with size 5ko (c://file/image.jpeg) from mobile 1 to mobile 2?
hi,
I open a CSD connection between two mobile devices. now how to send a jpeg image with size 5ko (c://file/image.jpeg) from mobile 1 to mobile 2?
On the sending phone, you may want to RFile::Open, RFile::Read, RFile::Close, RComm::Write, RComm::Close.
On the receiving one, you may want to use RComm::Read, RComm::Close, RFile::Create/Replace, RFile::Write, RFile::Close.
And use a single, over-sized descriptor for this test (say a "TBuf8<10000> iBuf;" member variable).
thank you for replay
I have other question :
- How to retrieve the caller's number (data call)?