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_t | base 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
See: vx_req_account_get_accountstruct vx_resp_account_get_account;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable account
A pointer to a 'vx_account_t' struct which contains information about the account.vx_account_t * account;