Click or drag to resize
STSeriesDevice.StartReading Method (STSeriesDevice.RunMode)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(
	STSeriesDevice. RunMode selectedRunMode
)

Parameters

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

Implements

ISTSeriesDevice.StartReading(STSeriesDevice.RunMode)
ISTSeriesDevice.StartReading(STSeriesDevice.RunMode)
Exceptions
ExceptionCondition
STDeviceNotOpenedExceptionif the device is not opened
See Also