| Return Type | Method Summary |
| CHAR* | ClearUsage(U_CHAR *errStatus)
This function will be called when clear command is received with invalid options. |
| U_CHAR* | ErrormessAction(StringCommand * commandPtr, ClientSession *clientSesPtr, void *infoPtr, U_CHAR *errStatus)
This method will be called by CLI Engine upon receiving the CLI command. |
| CHAR* | ErrormessUsage(U_CHAR *errStatus)
This function will be called when errormess command is received with invalid options. |
| void | FreeerrorMessCommand()
Frees resources allocated for the errormess. |
| void | FreeinputMessCommand()
Frees resources allocated for the inputmess. |
| void | FreekeepliveCommand()
Frees resources allocated for the keeplive. |
| void | FreeListCommand()
Frees resources allocated for the list. |
| void | FreepromptnameCommand()
Frees resources allocated for the promptname. |
| void | FreeresponseMessCommand()
Frees resources allocated for the responsemess. |
| void | FreesessionNumCommand()
Frees resources allocated for the sessionnum. |
| CHAR | InitCLIBuiltInCmd()
The function registers built in commands. |
| CHAR | InitClear()
This method is called at agent startup. |
| CHAR | InitErrormess()
This method is called at agent startup. |
| CHAR | InitInputmess()
This method is called at agent startup. |
| CHAR | InitKeeplive()
This method is called at agent startup. |
| CHAR | InitKeepliveParameter(StringCommand *cmdPtr, U_CHAR mode)
This method will be called by action method. |
| CHAR | InitList()
This method is called at agent startup. |
| CHAR | InitListParameter(StringCommand *cmdPtr, U_CHAR mode)
This method will be called by action method. |
| CHAR | InitPromptname()
This method is called at agent startup. |
| CHAR | InitPromptnameParameter(StringCommand *cmdPtr, U_CHAR mode)
This method will be called by action method. |
| CHAR | InitResponsemess()
This method is called at agent startup. |
| CHAR | InitSessionnum()
This method is called at agent startup. |
| CHAR | InitSessionnumParameter(StringCommand *cmdPtr, U_CHAR mode)
This method will be called by action method. |
| CHAR | InitWho()
This method is called at agent startup. |
| U_CHAR* | KeepliveAction(StringCommand * commandPtr, ClientSession *clientSesPtr, void *infoPtr, U_CHAR *errStatus)
This method will be called by CLI Engine upon receiving the CLI command. |
| CHAR* | KeepliveUsage(U_CHAR *errStatus)
This function will be called when keeplive command is received with invalid options. |
| CHAR* | ListUsage(U_CHAR *errStatus)
This function will be called when list command is received with invalid options. |
| CHAR* | PromptnameUsage(U_CHAR *errStatus)
This function will be called when promptname command is received with invalid options. |
| CHAR* | SessionnumUsage(U_CHAR *errStatus)
This function will be called when session command is received with invalid options. |
| U_CHAR* | SessionnumAction(StringCommand * commandPtr, ClientSession *clientSesPtr, void *infoPtr, U_CHAR *errStatus)
This method will be called by CLI Engine upon receiving the CLI command. |
| CHAR* | WhoUsage(U_CHAR *errStatus)
This function will be called when who command is received with invalid options. |
| Method Details |