示例#1
0
 public static switch_status_t switch_console_run_complete_func(string func, string line, string last_word, SWIGTYPE_p_p_switch_console_callback_match matches)
 {
     switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_console_run_complete_func(func, line, last_word, SWIGTYPE_p_p_switch_console_callback_match.getCPtr(matches));
     return ret;
 }
示例#2
0
 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);
 }
示例#3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_switch_console_callback_match obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#4
0
 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));
 }
示例#5
0
 public static switch_status_t switch_event_get_custom_events(SWIGTYPE_p_p_switch_console_callback_match matches) {
   switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_get_custom_events(SWIGTYPE_p_p_switch_console_callback_match.getCPtr(matches));
   return ret;
 }