示例#1
0
 public void gnss1PpsPulseInfo(PpsPulseInfo val)
 {
     msclPINVOKE.DeviceStatusData_gnss1PpsPulseInfo__SWIG_1(swigCPtr, PpsPulseInfo.getCPtr(val));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
        public PpsPulseInfo gnss1PpsPulseInfo()
        {
            PpsPulseInfo ret = new PpsPulseInfo(msclPINVOKE.DeviceStatusData_gnss1PpsPulseInfo__SWIG_0(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PpsPulseInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }