Ejemplo n.º 1
0
 public void swap(XsIntArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsIntArrayImpl_swap(swigCPtr, XsIntArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public XsIntArrayImpl(XsIntArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsIntArrayImpl__SWIG_3(XsIntArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }