vx_connectivity_test_result
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
test_type - Enumeration that defines the test performed (for values, see appendix ?15.8). More...
#include <Vxc.h>Public Attributes
Detailed Description
test_type - Enumeration that defines the test performed (for values, see appendix ?15.8). error_code - Enumeration that defines the error or success of the test (for values, see appendix ?15.9). test_additional_info - Any additional information for this test. For example, this could be the IP addresses used, port numbers, or error information.struct vx_connectivity_test_result;
Public Attributes Documentation
variable test_type
ND_TEST_TYPE test_type;
variable test_error_code
ND_ERROR test_error_code;
variable test_additional_info
char * test_additional_info;