I want to ask about line mode again,

Is it right that in Line mode:

   - DataAvailable will only be called when the data received contains
   delimiter.


   - DataAvailable could be called containing more than one line at a
   time, we must splitting each line manually



   - If I send 1222bytes 5 times consecutively (delimited by
   #13#10#10#13#11#11#13#10#10#13)
    - Then the DataAvailable event on the client side will never be
   called containing 1460bytes.
    - The only possible received data in the client side will only be
   1222 bytes, or 2444 bytes or 3666 bytes or 4888 bytes or 6110 bytes?


I've deleted all showmessages and application.processmessages in my code...

Thanks

Regards,
Widita
Surabaya, Indonesia


On 2/20/06, Surabaya <[EMAIL PROTECTED]> wrote:
>
> Wow, my application really works much better after deleting all
> application processmessages on my code...
>
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to