00001 package Sct_SctApi;
00002
00003
00012
00013 public interface DoScanMethodsOperations
00014 {
00015
00016
00017 void doScan (Sct_SctApi.Scan thisScan) throws Sct_SctApi.SctApiException;
00018 void doRawScan (Sct_SctApi.Scan thisScan, int delay, int width, boolean configure, boolean clockByTwo) throws Sct_SctApi.SctApiException;
00019 Sct_SctApi.ScanMonitor startAsyncScan (Sct_SctApi.Scan thisScan) throws Sct_SctApi.SctApiException;
00020 void abortScan ();
00021
00022
00023 boolean hasFinishedScanning ();
00024 }