| XrlCliProcessorV0p1Client (XrlSender* s) | XrlCliProcessorV0p1Client | 
| ~XrlCliProcessorV0p1Client () | ~XrlCliProcessorV0p1Client | 
[virtual]
| typedef XorpCallback5<void, const XrlError&, const string*, const string*, const uint32_t*, const string*>::RefPtr ProcessCommandCB | ProcessCommandCB | 
| bool  send_process_command (
	const char*	target_name,
	const string&	processor_name,
	const string&	cli_term_name,
	const uint32_t&	cli_session_id,
	const string&	command_name,
	const string&	command_args,
	const ProcessCommandCB&	cb
    ) | send_process_command | 
Send Xrl intended to:
Process a CLI command.
Parameters:
| tgt_name | Xrl Target name | 
| processor_name | the processor name for this command. | 
| cli_term_name | the terminal name the command was entered from. | 
| cli_session_id | the CLI session ID the command was entered from. | 
| command_name | the command name to process. | 
| command_args | the command arguments to process. | 
| XrlSender* _sender | _sender | 
[protected]