Click or drag to resize
STSeriesDeviceStopReading Method (STSeriesDeviceRunMode)Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Stops reading coordinate information from the device and changes the run mode to that specified

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public virtual void StopReading(
	STSeriesDeviceRunMode selectedRunMode
)

Parameters

selectedRunMode
Type: Scriptel.STSeriesSTSeriesDeviceRunMode
The specified run mode to use after the reading is stopped
Exceptions
ExceptionCondition
STDeviceNotOpenedExceptionif the device is not opened
See Also