RTS API Documentation
1.10.11
|
Data Fields | |
switch_socket_t * | sock |
SSL * | ssl |
int | secure |
int | client_mode |
struct switch_msrp_session_s * | msrp_session |
Definition at line 47 of file switch_msrp.c.
int msrp_client_socket_s::client_mode |
Definition at line 51 of file switch_msrp.c.
Referenced by msrp_worker(), and switch_msrp_start_client().
struct switch_msrp_session_s* msrp_client_socket_s::msrp_session |
Definition at line 52 of file switch_msrp.c.
int msrp_client_socket_s::secure |
Definition at line 50 of file switch_msrp.c.
Referenced by msrp_listener(), msrp_socket_recv(), msrp_socket_send(), msrp_worker(), and switch_msrp_start_client().
switch_socket_t* msrp_client_socket_s::sock |
Definition at line 48 of file switch_msrp.c.
Referenced by msrp_listener(), msrp_socket_recv(), msrp_socket_send(), msrp_worker(), and switch_msrp_start_client().
SSL* msrp_client_socket_s::ssl |
Definition at line 49 of file switch_msrp.c.
Referenced by msrp_socket_recv(), msrp_socket_send(), and msrp_worker().