[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()
|