Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all responses.
char *content_type
The HTTP content type.
intcontent_length
The content length.
char *content
The content.

Detailed Description

struct vx_resp_account_web_call;
See: vx_req_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.