コード例 #1
0
 public void swap(XsDeviceIdArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsDeviceIdArrayImpl_swap(swigCPtr, XsDeviceIdArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public XsDeviceIdArrayImpl(XsDeviceIdArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsDeviceIdArrayImpl__SWIG_3(XsDeviceIdArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }