Previous Up Next

_TELNETSend
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)

I _TELNETSend (
S _data_
TELNET _telnet_
)
Parameters

_data_
data to send
_telnet_
telnet connection
Return value

number of sent bytes.