Пример #1
0
 public XsDeviceIdArrayImpl(XsDeviceIdArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsDeviceIdArrayImpl__SWIG_3(XsDeviceIdArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public void swap(XsDeviceIdArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsDeviceIdArrayImpl_swap(swigCPtr, XsDeviceIdArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsDeviceIdArrayImpl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }