WE310F5  39.00.000
M2MB_HTTPC_RESPONSE Struct Reference

HTTP client response for use in user callback. More...

#include <m2mb_httpc.h>

Data Fields

UINT32 length
 
UINT32 resp_Code
 
UINT8data
 

Detailed Description

HTTP client response for use in user callback.

Definition at line 151 of file m2mb_httpc.h.

Field Documentation

◆ data

UINT8* data

Data associated with the response if not NULL.

Definition at line 156 of file m2mb_httpc.h.

◆ length

UINT32 length

Length of the data.

Definition at line 152 of file m2mb_httpc.h.

◆ resp_Code

UINT32 resp_Code

Response code.

Definition at line 154 of file m2mb_httpc.h.


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