public XsInt64ArrayImpl(XsInt64ArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsInt64ArrayImpl__SWIG_3(XsInt64ArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void swap(XsInt64ArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsInt64ArrayImpl_swap(swigCPtr, XsInt64ArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsInt64ArrayImpl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }