vx_resp_account_web_call
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | content_type The HTTP content type. |
| int | content_length The content length. |
| char * | content The content. |
Detailed Description
See: vx_req_account_web_callstruct vx_resp_account_web_call;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable content_type
The HTTP content type.char * content_type;
variable content_length
The content length.int content_length;
variable content
The content.char * content;