Example #1
0
 public void swap(XsSyncSettingArrayImpl other)
 {
     xsensdeviceapiPINVOKE.XsSyncSettingArrayImpl_swap(swigCPtr, XsSyncSettingArrayImpl.getCPtr(other));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public XsSyncSettingArrayImpl(XsSyncSettingArrayImpl other) : this(xsensdeviceapiPINVOKE.new_XsSyncSettingArrayImpl__SWIG_3(XsSyncSettingArrayImpl.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }