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