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