FreeSWITCH.Native.freeswitch.switch_capture_regex C# (CSharp) Method

switch_capture_regex() public static method

public static switch_capture_regex ( SWIGTYPE_p_real_pcre re, int match_count, string field_data, SWIGTYPE_p_int ovector, string var, SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_void__void callback, SWIGTYPE_p_void user_data ) : void
re SWIGTYPE_p_real_pcre
match_count int
field_data string
ovector SWIGTYPE_p_int
var string
callback SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_void__void
user_data SWIGTYPE_p_void
return void
        public static void switch_capture_regex(SWIGTYPE_p_real_pcre re, int match_count, string field_data, SWIGTYPE_p_int ovector, string var, SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_void__void callback, SWIGTYPE_p_void user_data)
        {
            freeswitchPINVOKE.switch_capture_regex(SWIGTYPE_p_real_pcre.getCPtr(re), match_count, field_data, SWIGTYPE_p_int.getCPtr(ovector), var, SWIGTYPE_p_f_p_q_const__char_p_q_const__char_p_void__void.getCPtr(callback), SWIGTYPE_p_void.getCPtr(user_data));
        }
freeswitch