![]() |
WE310F5
39.00.000
|
HTTP client response for use in user callback. More...
#include <m2mb_httpc.h>
Data Fields | |
UINT32 | length |
UINT32 | resp_Code |
UINT8 * | data |
HTTP client response for use in user callback.
Definition at line 151 of file m2mb_httpc.h.
UINT8* data |
Data associated with the response if not NULL.
Definition at line 156 of file m2mb_httpc.h.
UINT32 length |
Length of the data.
Definition at line 152 of file m2mb_httpc.h.
UINT32 resp_Code |
Response code.
Definition at line 154 of file m2mb_httpc.h.