Example #1
0
 public XsVersion(SWIGTYPE_p_XsVersion other) : this(xsensdeviceapiPINVOKE.new_XsVersion__SWIG_10(SWIGTYPE_p_XsVersion.getCPtr(other)), true)
 {
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
        public bool isEqual(SWIGTYPE_p_XsVersion other)
        {
            bool ret = xsensdeviceapiPINVOKE.XsVersion_isEqual(swigCPtr, SWIGTYPE_p_XsVersion.getCPtr(other));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #3
0
        public SWIGTYPE_p_XsVersion hardwareVersion()
        {
            SWIGTYPE_p_XsVersion ret = new SWIGTYPE_p_XsVersion(xsensdeviceapiPINVOKE.XsDevice_hardwareVersion(swigCPtr), true);

            return(ret);
        }
Example #4
0
        public static SWIGTYPE_p_XsVersion version()
        {
            SWIGTYPE_p_XsVersion ret = new SWIGTYPE_p_XsVersion(xsensdeviceapiPINVOKE.XsControl_version(), true);

            return(ret);
        }
Example #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_XsVersion obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }