Click or drag to resize
STSeriesDeviceStartReading Method (STSeriesDeviceRunMode)Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Starts reading coordinate information from the device and sends the information via ButtonSelected and ContainerSelected events. Uses the selected run mode.

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

Parameters

selectedRunMode
Type: Scriptel.STSeriesSTSeriesDeviceRunMode
The run mode to put the device in when it starts reading

Implements

ISTSeriesDeviceStartReading(STSeriesDeviceRunMode)
ISTSeriesDeviceStartReading(STSeriesDeviceRunMode)
Exceptions
ExceptionCondition
STDeviceNotOpenedExceptionif the device is not opened
See Also