Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_account_get_account

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.
vx_account_t *account
A pointer to a 'vx_account_t' struct which contains information about the account.

Detailed Description

struct vx_resp_account_get_account;
See: vx_req_account_get_account

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable account

vx_account_t * account;
A pointer to a 'vx_account_t' struct which contains information about the account.