vx_resp_account_web_call
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
#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
struct vx_resp_account_web_call;
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable content_type
char * content_type;
The HTTP content type.
variable content_length
int content_length;
The content length.
variable content
char * content;
The content.