文档

支持

Vivox Core SDK

Vivox Core SDK

vx_evt_connection_state_changed

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

Raised when the network connection state has changed.
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
vx_connection_stateconnection_state
The network connection state reported.
VX_HANDLEaccount_handle
The handle returned from a successful account request.

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable connection_state

vx_connection_state connection_state;
The network connection state reported.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful account request.