WE310F5  39.00.000
M2MB_HTTPC_CONF_PARAMS Union Reference

HTTP client configuration params structure for use in m2mb_http_set_cfg and m2mb_httpc_get_cfg APIs. More...

#include <m2mb_httpc.h>

Data Structures

struct  param
 

Data Fields

struct M2MB_HTTPC_CONF_PARAMS::param param
 
UINT8 enable_rsp_header
 
M2MB_IP46_ADDR_T IP46_addr
 
INT32 sockId
 
UINT32 timeout
 

Detailed Description

HTTP client configuration params structure for use in m2mb_http_set_cfg and m2mb_httpc_get_cfg APIs.

Definition at line 223 of file m2mb_httpc.h.

Field Documentation

◆ enable_rsp_header

UINT8 enable_rsp_header

For CONF_ID: M2MB_HTTPC_CONF_ENABLE_RESP_HEADER

Definition at line 229 of file m2mb_httpc.h.

◆ IP46_addr

M2MB_IP46_ADDR_T IP46_addr

HTTP server IP address

Definition at line 231 of file m2mb_httpc.h.

◆ param

For CONF_ID: M2MB_HTTPC_CONF_SET_HEADER

◆ sockId

INT32 sockId

Connection socket ID

Definition at line 233 of file m2mb_httpc.h.

◆ timeout

UINT32 timeout

Timeout in seconds.

Definition at line 235 of file m2mb_httpc.h.


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