WL865E4-P  36.07.001
m2mb_fwup_plugin_httpclient.h File Reference

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_Tm2m_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...
 

Detailed Description

This file contains the public APIs and structures for plugin for firmware upgrade module usnig HTTP client.

m2mb_fwup_plugin_http_client.h

Note
<Notes, dependencies mandatory> Dependencies: m2mb_types.h m2mb_status.h m2mb_httpc.h m2mb_fwup.h
Author
Sandeep Itha
Date
22/01/2018

Definition in file m2mb_fwup_plugin_httpclient.h.