示例#1
0
 internal static HandleRef getCPtr(switch_console_callback_match obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#2
0
 public static void switch_console_sort_matches(switch_console_callback_match matches)
 {
     freeswitchPINVOKE.switch_console_sort_matches(switch_console_callback_match.getCPtr(matches));
 }