Пример #1
0
 public XsIccRepMotionResult(XsIccRepMotionResult other) : this(xsensdeviceapiPINVOKE.new_XsIccRepMotionResult__SWIG_1(XsIccRepMotionResult.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
        public XsIccRepMotionResult stopRepresentativeMotion()
        {
            XsIccRepMotionResult ret = new XsIccRepMotionResult(xsensdeviceapiPINVOKE.XsDevice_stopRepresentativeMotion(swigCPtr), true);

            return(ret);
        }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsIccRepMotionResult obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }