예제 #1
0
파일: rtc6.cs 프로젝트: li1794/rtclib
 public bool ListLaserOff()
 {
     if (this.CtlGetStatus(RtcStatus.Aborted))
     {
         return(false);
     }
     if (!this.IsListReady(1))
     {
         return(false);
     }
     RTC6Wrap.n_laser_signal_off_list(this.Index + 1);
     return(true);
 }