>       rx:=udprx.RecvByte(1);

BTW: most effective way for reading UDP data is by RecvPacket, 
because UDP data are transmitted by a datagrams. And RecvPacket can 
wait for next datagram (no need to call WaitingData before) and is 
capable to read whole datagram by one call.



-- 
Lukas Gebauer.

http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib.
http://geoget.ararat.cz/ - Geocaching solution


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to