Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


gtalk_candidate Struct Reference
Collaboration diagram for gtalk_candidate:

Data Fields

int generation
char ip [16]
char name [100]
char network [6]
struct gtalk_candidatenext
char password [100]
int port
double preference
enum gtalk_protocol protocol
int receipt
enum gtalk_connect_type type
char username [100]

Field Documentation

Definition at line 138 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), and gtalk_add_candidate().

char ip[16]

Definition at line 139 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), gtalk_update_stun(), and gtalk_add_candidate().

char name[100]

Definition at line 131 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), and gtalk_add_candidate().

char network[6]

Definition at line 137 of file chan_gtalk.c.

Referenced by gtalk_add_candidate().

char password[100]

Definition at line 135 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), and gtalk_add_candidate().

int port

Definition at line 140 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), gtalk_update_stun(), and gtalk_add_candidate().

double preference

Definition at line 133 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), and gtalk_add_candidate().

Definition at line 132 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), and gtalk_add_candidate().

int receipt

Definition at line 141 of file chan_gtalk.c.

Referenced by gtalk_add_candidate().

Definition at line 136 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), and gtalk_add_candidate().

char username[100]

Definition at line 134 of file chan_gtalk.c.

Referenced by gtalk_create_candidates(), gtalk_update_stun(), and gtalk_add_candidate().


The documentation for this struct was generated from the following file: