Previous | Up | Next |
Try to send data on a telnet connection. The Operating System may not accept the whole data : the function returns how many bytes have been accepted. The program will have to resend the missing bytes once the telnet connection can accept data again (callback Write)Parameters
I _TELNETSend ( S _data_ TELNET _telnet_ )
Return value
_data_ data to send _telnet_ telnet connection
number of sent bytes.