Method Protocols.TELNET.protocol()->write()
- Method write
 voidwrite(strings)- Description
 Queues data to be sent to the other end of the connection.
- Parameter 
s String to send.
void write(string s)
Queues data to be sent to the other end of the connection.
sString to send.