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

switch_console_free_matches() public static method

public static switch_console_free_matches ( SWIGTYPE_p_p_switch_console_callback_match matches ) : void
matches SWIGTYPE_p_p_switch_console_callback_match
return void
        public static void switch_console_free_matches(SWIGTYPE_p_p_switch_console_callback_match matches)
        {
            freeswitchPINVOKE.switch_console_free_matches(SWIGTYPE_p_p_switch_console_callback_match.getCPtr(matches));
        }
freeswitch