| Return Type | Method Summary |
| U_CHAR* | BrowserAction(StringCommand * commandPtr, ClientSession *clientSesPtr, void *infoPtr, U_CHAR *errStatus)
This method will be called by CLI Engine upon receiving the CLI command. |
| CHAR* | BrowserUsage(U_CHAR *errStatus)
This function will be called when browser command is received with invalid options. |
| U_CHAR* | CdAction(StringCommand * commandPtr, ClientSession *clientSesPtr, void *infoPtr, U_CHAR *errStatus)
This method will be called by CLI Engine upon receiving the CLI command. |
| CHAR* | CdUsage(U_CHAR *errStatus)
This function will be called when cd command is received with invalid options. |
| void | FreeBrowserCommand()
Frees resources allocated for the list. |
| void | FreeCdCommand()
Frees resources allocated for the list. |
| void | FreeLsCommand()
Frees resources allocated for the list. |
| void | FreePwdCommand()
Frees resources allocated for the list. |
| CHAR | InitBrowser()
This method is called at agent startup. |
| CHAR | InitBrowserParameter(StringCommand *cmdPtr, U_CHAR mode)
This method will be called by action method. |
| CHAR | InitCLIMPABrowserHandler()
This method is called at agent startup. |
| CHAR | InitCd()
This method is called at agent startup. |
| CHAR | InitCdParameter(StringCommand *cmdPtr, U_CHAR mode)
This method will be called by action method. |
| CHAR | InitLs()
This method is called at agent startup. |
| CHAR | InitLsParameter(StringCommand *cmdPtr, U_CHAR mode)
This method will be called by action method. |
| CHAR | InitPwd()
This method is called at agent startup. |
| U_CHAR* | LsAction(StringCommand * commandPtr, ClientSession *clientSesPtr, void *infoPtr, U_CHAR *errStatus)
This method will be called by CLI Engine upon receiving the CLI command. |
| CHAR* | LsUsage(U_CHAR *errStatus)
This function will be called when ls command is received with invalid options. |
| U_CHAR* | PwdAction(StringCommand * commandPtr, ClientSession *clientSesPtr, void *infoPtr, U_CHAR *errStatus)
This method will be called by CLI Engine upon receiving the CLI command. |
| CHAR* | PwdUsage(U_CHAR *errStatus)
This function will be called when pwd command is received with invalid options. |
| Method Details |