Esempio n. 1
0
 public XsFilterProfileArrayImpl(XsFilterProfileArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsFilterProfileArrayImpl__SWIG_3(XsFilterProfileArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void swap(XsFilterProfileArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsFilterProfileArrayImpl_swap(swigCPtr, XsFilterProfileArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsFilterProfileArrayImpl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }