Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Protocols
Protocols.TELNET
Protocols.TELNET.protocol

Method Protocols.TELNET.protocol()->got_oob()


Method got_oob

void got_oob(mixed ignored, string s)

Description

Callback called when Out-Of-Band data has been received.

Parameter ignored

The id from the connection.

Parameter s

The Out-Of-Band data received.