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

Method Protocols.Line.simple()->read_callback()


Method read_callback

void read_callback(mixed ignored, string data)

Description

Called when data has been received.

Overload as appropriate.

Calls the handle callbacks repeatedly until no more lines are available.

See also

handle_data() , handle_command() , read_line()