Esempio n. 1
0
 public bool ListWait(double msec)
 {
     if (this.CtlGetStatus(RtcStatus.Aborted))
     {
         return(false);
     }
     if (msec * 1.0e3 >= 10)
     {
         if (!this.IsListReady(1))
         {
             return(false);
         }
         RTC6Wrap.n_long_delay(this.Index + 1, (uint)(msec * 100.0));
     }
     return(true);
 }