|  | WE310F5
    39.00.000
    | 
This section describes the M2MB APIs for FWUP Plugin for HTTP server. More...
| M2MB_STATUS_T | m2mb_fwup_http_server_init (HANDLE handle) | 
| FWUP module initialization for HTTP Server mode.  More... | |
| M2MB_STATUS_T | m2mb_fwup_httpserver_deinit (HANDLE handle) | 
| FWUP module initialization for HTTP Server mode.  More... | |
This section describes the M2MB APIs for FWUP Plugin for HTTP server.
| M2MB_STATUS_T m2mb_fwup_http_server_init | ( | HANDLE | handle | ) | 
FWUP module initialization for HTTP Server mode.
This API initializes FWUP module for HTTP Server mode.
| [in] | handle | Specifies the pointer to the context handle initialized by m2mb_httpd_init API. | 
m2mb_fwup_http_server_init( VOID );
| M2MB_STATUS_T m2mb_fwup_httpserver_deinit | ( | HANDLE | handle | ) | 
FWUP module initialization for HTTP Server mode.
This API de-initializes FWUP module for HTTP Server mode.
| [in] | handle | Specifies the pointer to the context handle initialized by m2mb_httpd_init API. | 
m2mb_fwup_http_server_deinit( VOID );