Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_connection_state_changed

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago

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.