WE310F5  39.00.000
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   1500
 
#define M2MB_FWUP_HTTPC_DEFAULT_MAX_HEADER_LEN   1500
 
typedef struct M2M_FWUP_HTTP_CLIENT M2M_FWUP_HTTP_CLIENT_T
 HTTP client structure for FWUP. More...
 
M2M_FWUP_HTTP_CLIENT_Tm2m_fwup_http_client_init (UINT8 is_sslEn, M2MB_FWUP_USER_CB_T user_cb, void *user_ctx)
 FWUP module initialization for HTTP Client mode. More...
 
M2MB_STATUS_T m2m_fwup_http_client_start (HANDLE fwupHandle, INT8 *SrvAddr, UINT32 SrvPort, UINT8 *url, UINT32 Timeout, INT8 *username, INT8 *password)
 
VOID m2m_fwup_http_client_deinit (HANDLE 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.