| STSeriesDeviceStopReading Method (STSeriesDeviceRunMode) |   | 
            Stops reading coordinate information from the device and changes the run mode to that specified
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic virtual void StopReading(
	STSeriesDeviceRunMode selectedRunMode
)
Public Overridable Sub StopReading ( 
	selectedRunMode As STSeriesDeviceRunMode
)
public:
virtual void StopReading(
	STSeriesDeviceRunMode selectedRunMode
)
abstract StopReading : 
        selectedRunMode : STSeriesDeviceRunMode -> unit 
override StopReading : 
        selectedRunMode : STSeriesDeviceRunMode -> unit Parameters
- selectedRunMode
 - Type: Scriptel.STSeriesSTSeriesDeviceRunMode
The specified run mode to use after the reading is stopped 
Exceptions
See Also