Hi All. 
 
I currently have an app. using another a 3rd party TCP/IP control, but I
really want to use the Synapse controls instead because I think they are
better :-)
 
The control I use now has an "OnData" event that is triggered whenever data
arrives and a variable contains the data etc.
However I cant seem to emulate this with Synapse.
I send the data, then do a mySocket.RecvString(5000); which as you have
already guessed doesnt work how I expected.
I then tried mySocket.RecvTerminated(5000,#13#10#13#10);  which worked,
however, more data is waiting to come in, so I miss parts of the data.
 
So, are there any examples that show me how to do what I am trying to
acheive, i.e. have an event fired when data is availible etc?
I hope I am clear on what I am trying to acheive ;-)
 
Thanks, Jeremy
 
 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to