Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_account_archive_query

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

The response for vx_req_account_archive_query. More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
char *query_id
The ID of the started query.

Detailed Description

struct vx_resp_account_archive_query;
The response for vx_req_account_archive_query. See: vx_req_account_archive_query

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable query_id

char * query_id;
The ID of the started query. Use this ID to identify relevant vx_evt_account_archive_message and vx_evt_account_archive_query_end events.