public void setRawGpsTimeUtc(XsRawGpsTimeUtc raw)
 {
     xsensdeviceapiPINVOKE.XsDataPacket_setRawGpsTimeUtc(swigCPtr, XsRawGpsTimeUtc.getCPtr(raw));
     if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
     {
         throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public XsRawGpsTimeUtc rawGpsTimeUtc()
        {
            XsRawGpsTimeUtc ret = new XsRawGpsTimeUtc(xsensdeviceapiPINVOKE.XsDataPacket_rawGpsTimeUtc(swigCPtr), true);

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