![]() |
WE310F5
39.00.000
|
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 |
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.
M2MB_HTTPC_CTXT_HANDLE pM2mbHttpcHandle |
M2mb HTTP Client context
Definition at line 64 of file m2mb_fwup_plugin_httpclient.h.
M2MB_SSL_CTXT_HANDLE pM2mbSslHandle |
M2mb SSL context handle
Definition at line 65 of file m2mb_fwup_plugin_httpclient.h.
M2MB_FWUP_USER_CB_T user_cb |
User callback for FWUP module
Definition at line 66 of file m2mb_fwup_plugin_httpclient.h.
void* user_ctx |
User callback ctx for FWUP module
Definition at line 67 of file m2mb_fwup_plugin_httpclient.h.