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