vx_resp_aux_connectivity_info

Module: Diagnostics

The response for vx_req_aux_connectivity_info. More...

#include <VxcResponses.h>

Public Attributes

Name
vx_resp_base_tbase
The common properties for all responses.
intcount
vx_connectivity_test_result_t **test_results
A list of the test results for each test.
char *well_known_ip
The well known IP address used.
char *stun_server
The stun server used.
char *echo_server
The echo server used.
intecho_port
The echo port used.
inttimeout
The timeout used.
intfirst_sip_port
The first (primary) simulated port for SIP testing.
intsecond_sip_port
The second (fallback) simulated port for SIP testing.
intrtp_port
The simulated RTP port.
intrtcp_port
The simulated RTCP port.

Detailed Description

struct vx_resp_aux_connectivity_info;

The response for vx_req_aux_connectivity_info.

See: vx_req_aux_connectivity_info

Public Attributes Documentation

variable base

vx_resp_base_t base;

The common properties for all responses.

variable count

int count;

variable test_results

vx_connectivity_test_result_t ** test_results;

A list of the test results for each test.

variable well_known_ip

char * well_known_ip;

The well known IP address used.

variable stun_server

char * stun_server;

The stun server used.

variable echo_server

char * echo_server;

The echo server used.

variable echo_port

int echo_port;

The echo port used.

variable timeout

int timeout;

The timeout used.

variable first_sip_port

int first_sip_port;

The first (primary) simulated port for SIP testing.

variable second_sip_port

int second_sip_port;

The second (fallback) simulated port for SIP testing.

variable rtp_port

int rtp_port;

The simulated RTP port.

variable rtcp_port

int rtcp_port;

The simulated RTCP port.