Inheritance: IDisposable
コード例 #1
0
ファイル: swig.2010.cs プロジェクト: newfront/FreeSWITCH
 internal static HandleRef getCPtr(switch_config obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
0
ファイル: swig.2010.cs プロジェクト: newfront/FreeSWITCH
 public static int switch_config_next_pair(switch_config cfg, ref string var, ref string val)
 {
     int ret = freeswitchPINVOKE.switch_config_next_pair(switch_config.getCPtr(cfg), ref var, ref val);
     return ret;
 }
コード例 #3
0
ファイル: swig.2010.cs プロジェクト: newfront/FreeSWITCH
 public static int switch_config_open_file(switch_config cfg, string file_path)
 {
     int ret = freeswitchPINVOKE.switch_config_open_file(switch_config.getCPtr(cfg), file_path);
     return ret;
 }
コード例 #4
0
ファイル: swig.2010.cs プロジェクト: newfront/FreeSWITCH
 public static void switch_config_close_file(switch_config cfg)
 {
     freeswitchPINVOKE.switch_config_close_file(switch_config.getCPtr(cfg));
 }