How sRecvLine Works
Keywords: sRecvLine
Question:
Does the sRecvLine command actually wait for a message? I'd really like to avoid while/endwhile loops in my script...Answer:
sRecvLine will wait until one of the following occur
- It received a line
or
- The SOCKET_TIMEOUT (default = 10 seconds) (see wxParmSet) occurs.