FreeSWITCH API Documentation  1.7.0
Data Fields
switch_stun_error_code_t Struct Reference

#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]
 

Detailed Description

Definition at line 146 of file switch_stun.h.

Field Documentation

unsigned switch_stun_error_code_t::code

Definition at line 148 of file switch_stun.h.

Referenced by handle_ice().

unsigned switch_stun_error_code_t::number

Definition at line 149 of file switch_stun.h.

Referenced by handle_ice().

unsigned switch_stun_error_code_t::padding

Definition at line 147 of file switch_stun.h.

char switch_stun_error_code_t::reason[764]

Definition at line 150 of file switch_stun.h.

Referenced by handle_ice().


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