상속: IDisposable
예제 #1
0
 internal static HandleRef getCPtr(switch_config obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #2
0
 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
 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
 public static void switch_config_close_file(switch_config cfg)
 {
     freeswitchPINVOKE.switch_config_close_file(switch_config.getCPtr(cfg));
 }