Method Protocols.Line.simple()->handle_command()
- Method
handle_command
voidhandle_command(stringline)- 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.
linewill not contain the line separator.- See also