|
RTS API Documentation
1.10.11
|
#include <switch_stun.h>
Collaboration diagram for switch_stun_error_code_t:Data Fields | |
| unsigned | padding:21 |
| unsigned | code:3 |
| unsigned | number:8 |
| char | reason [764] |
Definition at line 153 of file switch_stun.h.
| unsigned switch_stun_error_code_t::code |
Definition at line 155 of file switch_stun.h.
Referenced by handle_ice().
| unsigned switch_stun_error_code_t::number |
Definition at line 156 of file switch_stun.h.
Referenced by handle_ice().
| unsigned switch_stun_error_code_t::padding |
Definition at line 154 of file switch_stun.h.
| char switch_stun_error_code_t::reason[764] |
Definition at line 157 of file switch_stun.h.
1.8.13