38 #ifndef OPENAPI_WEBMGMT_H_INCLUDED
39 #define OPENAPI_WEBMGMT_H_INCLUDED
open_error_t openapiCliWebHttpNumSessionsSet(openapiClientHandle_t *client_handle, uint32_t maxSession)
Sets maximum number of HTTP web sessions.
open_error_t openapiCliWebHttpSessionHardTimeOutSet(openapiClientHandle_t *client_handle, uint32_t timeout)
Sets HTTP session hard timeout (in hours).
open_error_t openapiSwDevCtrlWebMgmtModeGet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode)
Gets admin mode of System Web.
open_error_t
OPEN uses these enumerators to indicate the error codes.
open_error_t openapiSwDevCtrlWebMgmtPortNumSet(openapiClientHandle_t *client_handle, uint32_t port, OPEN_BOOL_t flag)
Sets the port-number for HTTP Access.
open_error_t openapiSwDevCtrlWebMgmtModeSet(openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode)
Sets System Web Mode.
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 openapiCliWebHttpSessionSoftTimeOutGet(openapiClientHandle_t *client_handle, uint32_t *pTimeout)
Gets HTTP session soft timeout information.
open_error_t openapiSwDevCtrlWebMgmtPortNumGet(openapiClientHandle_t *client_handle, uint32_t *pPort)
Gets HTTP access port number.
open_error_t openapiCliWebHttpSessionHardTimeOutGet(openapiClientHandle_t *client_handle, uint32_t *pTimeout)
Gets HTTP session hard timeout information (in hours).
open_error_t openapiCliWebHttpNumSessionsGet(openapiClientHandle_t *client_handle, uint32_t *pSession)
Gets maximum number of HTTP web sessions.
open_error_t openapiCliWebHttpSessionSoftTimeOutSet(openapiClientHandle_t *client_handle, uint32_t timeout)
Sets HTTP session soft timeout (in minutes).