Class vx_evt_voice_service_connection_state_changed_t
Inheritance
vx_evt_voice_service_connection_state_changed_t
Assembly: VivoxUnity.dll
Syntax
public class vx_evt_voice_service_connection_state_changed_t : IDisposable
Constructors
vx_evt_voice_service_connection_state_changed_t()
Declaration
public vx_evt_voice_service_connection_state_changed_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_evt_base_t base_ { get; set; }
Property Value
connected
Declaration
public int connected { get; set; }
Property Value
data_directory
Declaration
public string data_directory { get; set; }
Property Value
network_is_down
Declaration
public int network_is_down { get; set; }
Property Value
network_test_completed
Declaration
public int network_test_completed { get; set; }
Property Value
network_test_run
Declaration
public int network_test_run { get; set; }
Property Value
network_test_state
Declaration
public int network_test_state { get; set; }
Property Value
Declaration
public string platform { get; set; }
Property Value
version
Declaration
public string version { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_evt_voice_service_connection_state_changed_t()
Declaration
protected ~vx_evt_voice_service_connection_state_changed_t()
Implements