vx_resp_connector_create
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
The response for vx_req_connector_create. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| VX_HANDLE | connector_handle Valid on success, handle value for this initialized connector instance. |
| char * | version_id The version number of the SDK. |
| int | backend_type The type of backend used, as defined in the |
| char * | default_realm Valid on success, default realm received by this initialized connector instance. |
Detailed Description
The response for vx_req_connector_create. See: vx_req_connector_createstruct vx_resp_connector_create;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable connector_handle
Valid on success, handle value for this initialized connector instance.VX_HANDLE connector_handle;
variable version_id
The version number of the SDK.char * version_id;
variable backend_type
The type of backend used, as defined in theint backend_type;
vx_backend_type[VxcTypes.h]1variable default_realm
Valid on success, default realm received by this initialized connector instance.char * default_realm;