[Top]
Protocols
Protocols.TELNET
Protocols.TELNET.Readline
|
Method Protocols.TELNET.Readline()->create()
- Method
create
void Protocols.TELNET.Readline(object f, function(mixed:void) r_cb, function(mixed|void:string) w_cb, function(mixed|void:void) c_cb, mapping callbacks, mixed|void new_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.
|