38 #ifndef OPENAPI_MGMTTELNET_H_INCLUDED
39 #define OPENAPI_MGMTTELNET_H_INCLUDED
144 uint32_t maxSession);
open_error_t openapiAgentTelnetTimeoutGet(openapiClientHandle_t *client_handle, uint32_t *pTimeout)
Gets telnet session timeout information.
open_error_t openapiAgentTelnetCurrentNumSessionsGet(openapiClientHandle_t *client_handle, uint32_t *pSession)
Gets current active number of telnet sessions.
open_error_t openapiAgentTelnetNewSessionsGet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pState)
Gets new telnet session acceptance state.
open_error_t openapiAgentTelnetNumSessionsSet(openapiClientHandle_t *client_handle, uint32_t maxSession)
Sets maximum number of telnet sessions.
open_error_t openapiAgentTelnetTimeoutSet(openapiClientHandle_t *client_handle, uint32_t timeout)
Sets telnet session timeout (in minutes).
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiSwDevCtrlTelnetMgmtPortNumSet(openapiClientHandle_t *client_handle, uint32_t port, OPEN_BOOL_t flag)
Sets the port-number for Telnet Access.
open_error_t openapiAgentTelnetNewSessionsSet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t state)
Sets new telnet sessions acceptance state.
open_error_t openapiAgentTelnetAdminModeGet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode)
Gets admin mode of telnet session.
OPEN_CONTROL_t
OPEN uses these enumerators to indicate enable or disable for a given config or status parameter...
OPEN_BOOL_t
OPEN uses these enumerators to indicate true or false for a given config or status parameter...
open_error_t openapiSwDevCtrlTelnetMgmtPortNumGet(openapiClientHandle_t *client_handle, uint32_t *pPort)
Gets telnet access port number.
open_error_t openapiAgentTelnetAdminModeSet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode)
Sets admin mode of telnet Session.
open_error_t openapiAgentTelnetNumSessionsGet(openapiClientHandle_t *client_handle, uint32_t *pSession)
Gets maximum number of telnet sessions.