RTS API Documentation
1.10.11
|
Data Fields | |
switch_port_t | port |
switch_socket_t * | sock |
switch_thread_t * | thread |
int | secure |
Definition at line 40 of file switch_msrp.c.
switch_port_t msrp_socket_s::port |
Definition at line 41 of file switch_msrp.c.
int msrp_socket_s::secure |
Definition at line 44 of file switch_msrp.c.
Referenced by msrp_listener(), and switch_msrp_session_new().
switch_socket_t* msrp_socket_s::sock |
Definition at line 42 of file switch_msrp.c.
Referenced by msrp_listener(), and switch_msrp_destroy().
switch_thread_t* msrp_socket_s::thread |
Definition at line 43 of file switch_msrp.c.
Referenced by load_config(), switch_msrp_init(), and switch_msrp_start_client().