Save data into descriptor and read it out
| Mon, 2008-08-18 15:05 | |
|
Hi all, im trying to send some data via WLAN. Im using UDP for that and i want to send some data like Integer and TReal64 values! Is the right way to use ExternalizeL and InternalizeL? Thanks in advance Dejan |
|






Forum posts: 85
On the sender side you can use an RDesWriteStream to assemble the packet to send, while on the receiver side RDesReadStream would be suitable to split up the incoming data. These classes have read-from/write-into functions for different types, e.g. for TReal64 as well.