![]() |
WL865E4-P
36.07.001
|
This file contains the public APIs and structures for plugin for firmware upgrade module usnig HTTP client. More...
Go to the source code of this file.
Data Structures | |
struct | M2M_FWUP_HTTP_CLIENT |
HTTP client structure for FWUP. More... | |
#define | M2MB_FWUP_HTTPC_DEFAULT_MAX_BODY_LEN 2048 |
#define | M2MB_FWUP_HTTPC_DEFAULT_MAX_HEADER_LEN 350 |
typedef struct M2M_FWUP_HTTP_CLIENT | M2M_FWUP_HTTP_CLIENT_T |
HTTP client structure for FWUP. More... | |
M2MB_HTTPC_CTX_T * | m2m_fwup_http_client_init (INT8 *SrvAddr, UINT32 SrvPort, UINT32 Timeout, UINT32 sslEnableFlag, M2MB_FWUP_USER_CB_T user_cb, INT8 *username, INT8 *password) |
FWUP module initialization for HTTP Client mode. More... | |
VOID | m2m_fwup_http_client_deinit (M2MB_HTTPC_CTX_T *pFWUPHTTPcCtx) |
FWUP module de-initialization for HTTP Client mode. More... | |
This file contains the public APIs and structures for plugin for firmware upgrade module usnig HTTP client.
m2mb_fwup_plugin_http_client.h
Definition in file m2mb_fwup_plugin_httpclient.h.