RTS API Documentation  1.10.11
Data Fields
msrp_client_socket_s Struct Reference
+ Collaboration diagram for msrp_client_socket_s:

Data Fields

switch_socket_tsock
 
SSL * ssl
 
int secure
 
int client_mode
 
struct switch_msrp_session_smsrp_session
 

Detailed Description

Definition at line 47 of file switch_msrp.c.

Field Documentation

◆ client_mode

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().

◆ msrp_session

struct switch_msrp_session_s* msrp_client_socket_s::msrp_session

Definition at line 52 of file switch_msrp.c.

◆ secure

int msrp_client_socket_s::secure

◆ sock

switch_socket_t* msrp_client_socket_s::sock

◆ ssl

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().


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