Пример #1
0
 public void swap(XsPortInfoArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsPortInfoArrayImpl_swap(swigCPtr, XsPortInfoArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public XsPortInfoArrayImpl(XsPortInfoArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsPortInfoArrayImpl__SWIG_3(XsPortInfoArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }