|
| open_error_t | openapiAgentTelnetAdminModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode) |
| | Gets admin mode of telnet session. More...
|
| |
| open_error_t | openapiAgentTelnetAdminModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| | Sets admin mode of telnet Session. More...
|
| |
| open_error_t | openapiAgentTelnetCurrentNumSessionsGet (openapiClientHandle_t *client_handle, uint32_t *pSession) |
| | Gets current active number of telnet sessions. More...
|
| |
| open_error_t | openapiAgentTelnetNewSessionsGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pState) |
| | Gets new telnet session acceptance state. More...
|
| |
| open_error_t | openapiAgentTelnetNewSessionsSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t state) |
| | Sets new telnet sessions acceptance state. More...
|
| |
| open_error_t | openapiAgentTelnetNumSessionsGet (openapiClientHandle_t *client_handle, uint32_t *pSession) |
| | Gets maximum number of telnet sessions. More...
|
| |
| open_error_t | openapiAgentTelnetNumSessionsSet (openapiClientHandle_t *client_handle, uint32_t maxSession) |
| | Sets maximum number of telnet sessions. More...
|
| |
| open_error_t | openapiAgentTelnetTimeoutGet (openapiClientHandle_t *client_handle, uint32_t *pTimeout) |
| | Gets telnet session timeout information. More...
|
| |
| open_error_t | openapiAgentTelnetTimeoutSet (openapiClientHandle_t *client_handle, uint32_t timeout) |
| | Sets telnet session timeout (in minutes). More...
|
| |
| open_error_t | openapiSwDevCtrlTelnetMgmtPortNumGet (openapiClientHandle_t *client_handle, uint32_t *pPort) |
| | Gets telnet access port number. More...
|
| |
| open_error_t | openapiSwDevCtrlTelnetMgmtPortNumSet (openapiClientHandle_t *client_handle, uint32_t port, OPEN_BOOL_t flag) |
| | Sets the port-number for Telnet Access. More...
|
| |