コード例 #1
0
ファイル: swig.2010.cs プロジェクト: newfront/FreeSWITCH
 internal static HandleRef getCPtr(switch_console_callback_match obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: swig.2010.cs プロジェクト: newfront/FreeSWITCH
 public static void switch_console_sort_matches(switch_console_callback_match matches)
 {
     freeswitchPINVOKE.switch_console_sort_matches(switch_console_callback_match.getCPtr(matches));
 }