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

switch_console_push_match() public static method

public static switch_console_push_match ( SWIGTYPE_p_p_switch_console_callback_match matches, string new_val ) : void
matches SWIGTYPE_p_p_switch_console_callback_match
new_val string
return void
        public static void switch_console_push_match(SWIGTYPE_p_p_switch_console_callback_match matches, string new_val)
        {
            freeswitchPINVOKE.switch_console_push_match(SWIGTYPE_p_p_switch_console_callback_match.getCPtr(matches), new_val);
        }
freeswitch