Manual

IusbEasyDataCapturePrj Interface
7
Save
Declaration: long Save(LPCTSTR strFilePath)
Input(s): strFilePath points to the fully qualified path to save the file.
Return Value: Zero if the save was successful. Otherwise, non-zero.
Each non-zero value indicates an error code.
Remark: Saves current easy capture project (.ecp) file.
See Also API Errors
Run
Declaration: long Run()
Input(s): None
Return Value Zero if project can run. Otherwise, non-zero.
Each non-zero value indicates an error code.
Remark: Checks data entries before run and runs easy data capture project.
See Also API Errors
Stop
Declaration: long Stop()
Input(s): None
Return Value: Zero if project can stop. Otherwise, non-zero.
Each non-zero value indicates an error code.
Remark: Stops easy data capture project.
See Also API Errors
SetAnalyzerType
Declaration: long SetAnalyzerType(short sAnalyzerType)
Input(s): sAnalyzerType specifies type of analyzer.
Valid analyzer types are introduced in API Constants.
Return Value: Error code or zero (no error)
Remark: This attribute specifies type of analyzer.
See Also API Errors