vx_req_account_get_account
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago
More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| char * | uri |
Detailed Description
See: vx_resp_account_get_accountstruct vx_req_account_get_account;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable uri
Deprecated: This field is not used.char * uri;