|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.11.1.2
|
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... | |
| open_error_t openapiCliWebHttpNumSessionsGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t * | pSession | ||
| ) |
Gets maximum number of HTTP web sessions.
| [in] | client_handle | client handle from registration API |
| [out] | pSession | maximum allowable number of web sessions configured |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiCliWebHttpNumSessionsSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | maxSession | ||
| ) |
Sets maximum number of HTTP web sessions.
| [in] | client_handle | client handle from registration API |
| [in] | maxSession | maximum allowable number of HTTP web sessions |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiCliWebHttpSessionHardTimeOutGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t * | pTimeout | ||
| ) |
Gets HTTP session hard timeout information (in hours).
| [in] | client_handle | client handle from registration API |
| [out] | pTimeout | HTTP session hard timeout |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiCliWebHttpSessionHardTimeOutSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | timeout | ||
| ) |
Sets HTTP session hard timeout (in hours).
| [in] | client_handle | client handle from registration API |
| [in] | timeout | HTTP session hard timeout |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiCliWebHttpSessionSoftTimeOutGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t * | pTimeout | ||
| ) |
Gets HTTP session soft timeout information.
| [in] | client_handle | client handle from registration API |
| [out] | pTimeout | HTTP session soft timeout |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiCliWebHttpSessionSoftTimeOutSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | timeout | ||
| ) |
Sets HTTP session soft timeout (in minutes).
| [in] | client_handle | client handle from registration API |
| [in] | timeout | HTTP session soft timeout |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiSwDevCtrlWebMgmtModeGet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t * | pMode | ||
| ) |
Gets admin mode of System Web.
| [in] | client_handle | client handle from registration API |
| [out] | pMode | Web Access Mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiSwDevCtrlWebMgmtModeSet | ( | openapiClientHandle_t * | client_handle, |
| OPEN_CONTROL_t | mode | ||
| ) |
Sets System Web Mode.
| [in] | client_handle | client handle from registration API |
| [in] | mode | Web Access Mode [Enable/Disable] |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiSwDevCtrlWebMgmtPortNumGet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t * | pPort | ||
| ) |
Gets HTTP access port number.
| [in] | client_handle | client handle from registration API |
| [out] | pPort | HTTP access port number |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25
| open_error_t openapiSwDevCtrlWebMgmtPortNumSet | ( | openapiClientHandle_t * | client_handle, |
| uint32_t | port, | ||
| OPEN_BOOL_t | flag | ||
| ) |
Sets the port-number for HTTP Access.
| [in] | client_handle | client handle from registration API |
| [in] | port | HTTP Access port-number |
| [in] | flag | Flag indicates if the port number needs to be applied immediately |
| OPEN_E_EXISTS | Operation failed due to port number already in use. |
| OPEN_E_NONE | On success. |
| OPEN_E_FAIL | On failure. |
| OPEN_E_PARAM | Invalid argument. |
OpEN API Version: 1.25