Method Protocols.TELNET.protocol()->create()
- Method
create
Protocols.TELNET.protocol Protocols.TELNET.protocol(objectf,function(mixed,string:void)r_cb,function(mixed|void:string)w_cb,function(mixed|void:void)c_cb,mappingcallbacks,mixed|voidnew_id)- Description
Creates a TELNET protocol handler, and sets its callbacks.
- Parameter
f File to use for the connection.
- Parameter
r_cb Function to call when data has arrived.
- Parameter
w_cb Function to call when the send buffer is empty.
- Parameter
c_cb Function to call when the connection is closed.
- Parameter
callbacks Mapping with callbacks for the various TELNET commands.
- Parameter
new_id Value to send to the various callbacks.