Method Protocols.Line.simple()->handle_command()
- Method
handle_command
void
handle_command(string
line
)- Description
This function will be called once for every line that is received.
Overload this function as appropriate.
- Note
It will not be called if handle_data() has been set.
line
will not contain the line separator.- See also