How to send array from server to client?

Login to reply to this topic.
Tue, 2007-05-01 00:50
Joined: 2006-08-21
Forum posts: 39
Hi,

How can i send arrays server to client using RMessage2::WriteL(......)? And how to read that data on other side?

Thanks ahead.


Thu, 2007-05-03 14:50
Joined: 2005-06-09
Forum posts: 174
Re: How to send array from server to client?
Write the data from the array to a descriptor and send that, read the descriptor into an array on the other side.  RDesWriteStream and RDesReadStream are helpful for writing to/reading from the descriptor.

Thu, 2007-05-03 15:02
Joined: 2006-08-21
Forum posts: 39
Re: How to send array from server to client?
Quote from: puterman
Write the data from the array to a descriptor and send that, read the descriptor into an array on the other side.  RDesWriteStream and RDesReadStream are helpful for writing to/reading from the descriptor.

Thanks for reply. I've solved my problem already but still thanks for pay attention to question Smiley

cheers
  • Login to reply to this topic.