|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.11.1.2
|
#include "openapi_common.h"Go to the source code of this file.
Functions | |
| open_error_t | openapiCliWebHttpNumSessionsGet (openapiClientHandle_t *client_handle, uint32_t *pSession) |
| Gets maximum number of HTTP web sessions. More... | |
| open_error_t | openapiCliWebHttpNumSessionsSet (openapiClientHandle_t *client_handle, uint32_t maxSession) |
| Sets maximum number of HTTP web sessions. More... | |
| open_error_t | openapiCliWebHttpSessionHardTimeOutGet (openapiClientHandle_t *client_handle, uint32_t *pTimeout) |
| Gets HTTP session hard timeout information (in hours). More... | |
| open_error_t | openapiCliWebHttpSessionHardTimeOutSet (openapiClientHandle_t *client_handle, uint32_t timeout) |
| Sets HTTP session hard timeout (in hours). More... | |
| open_error_t | openapiCliWebHttpSessionSoftTimeOutGet (openapiClientHandle_t *client_handle, uint32_t *pTimeout) |
| Gets HTTP session soft timeout information. More... | |
| open_error_t | openapiCliWebHttpSessionSoftTimeOutSet (openapiClientHandle_t *client_handle, uint32_t timeout) |
| Sets HTTP session soft timeout (in minutes). More... | |
| open_error_t | openapiSwDevCtrlWebMgmtModeGet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t *pMode) |
| Gets admin mode of System Web. More... | |
| open_error_t | openapiSwDevCtrlWebMgmtModeSet (openapiClientHandle_t *client_handle, OPEN_CONTROL_t mode) |
| Sets System Web Mode. More... | |
| open_error_t | openapiSwDevCtrlWebMgmtPortNumGet (openapiClientHandle_t *client_handle, uint32_t *pPort) |
| Gets HTTP access port number. More... | |
| open_error_t | openapiSwDevCtrlWebMgmtPortNumSet (openapiClientHandle_t *client_handle, uint32_t port, OPEN_BOOL_t flag) |
| Sets the port-number for HTTP Access. More... | |