WE310F5  39.00.000
M2M_FWUP_HTTP_CLIENT Struct Reference

HTTP client structure for FWUP. More...

#include <m2mb_fwup_plugin_httpclient.h>

Data Fields

M2MB_HTTPC_CTXT_HANDLE pM2mbHttpcHandle
 
M2MB_SSL_CTXT_HANDLE pM2mbSslHandle
 
M2MB_FWUP_USER_CB_T user_cb
 
void * user_ctx
 

Detailed Description

HTTP client structure for FWUP.

Structure for storing HTTP client related information for FWUP operations.

Definition at line 62 of file m2mb_fwup_plugin_httpclient.h.

Field Documentation

◆ pM2mbHttpcHandle

M2MB_HTTPC_CTXT_HANDLE pM2mbHttpcHandle

M2mb HTTP Client context

Definition at line 64 of file m2mb_fwup_plugin_httpclient.h.

◆ pM2mbSslHandle

M2MB_SSL_CTXT_HANDLE pM2mbSslHandle

M2mb SSL context handle

Definition at line 65 of file m2mb_fwup_plugin_httpclient.h.

◆ user_cb

User callback for FWUP module

Definition at line 66 of file m2mb_fwup_plugin_httpclient.h.

◆ user_ctx

void* user_ctx

User callback ctx for FWUP module

Definition at line 67 of file m2mb_fwup_plugin_httpclient.h.


The documentation for this struct was generated from the following file: