文档

支持

Vivox Core SDK

Vivox Core SDK

vx_req_connector_initiate_shutdown

Reference the Vivox Core SDK API.
阅读时间1 分钟最后更新于 12 天前

Call this when the application is shutting down to gracefully release resources. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEconnector_handle
The handle returned from a successful vx_req_connector_create request.
char *client_name

Detailed Description

struct vx_req_connector_initiate_shutdown;
Call this when the application is shutting down to gracefully release resources. See: vx_resp_connector_initiate_shutdown

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable connector_handle

VX_HANDLE connector_handle;
The handle returned from a successful vx_req_connector_create request.

variable client_name

char * client_name;
Deprecated: This is deprecated and should not be used.