![]() |
WL865E4-P
36.07.001
|
HTTP client response. More...
#include <m2mb_httpc.h>
Data Fields | |
UINT32 | length |
UINT32 | resp_Code |
UINT8 * | data |
HTTP client response.
Definition at line 125 of file m2mb_httpc.h.
UINT8* data |
Data associated with the response if not NULL.
Definition at line 130 of file m2mb_httpc.h.
UINT32 length |
Length of the data.
Definition at line 126 of file m2mb_httpc.h.
UINT32 resp_Code |
Response code.
Definition at line 128 of file m2mb_httpc.h.