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

switch_console_sort_matches() public static method

public static switch_console_sort_matches ( switch_console_callback_match matches ) : void
matches switch_console_callback_match
return void
        public static void switch_console_sort_matches(switch_console_callback_match matches)
        {
            freeswitchPINVOKE.switch_console_sort_matches(switch_console_callback_match.getCPtr(matches));
        }
freeswitch