ISTSeriesDeviceStartReading Method (STSeriesDeviceRunMode) | |
Starts reading coordinate information from the device
and sends the information via ButtonSelected and ContainerSelected events.
Uses the selected run mode.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax void StartReading(
STSeriesDeviceRunMode selectedRunMode
)
Sub StartReading (
selectedRunMode As STSeriesDeviceRunMode
)
void StartReading(
STSeriesDeviceRunMode selectedRunMode
)
abstract StartReading :
selectedRunMode : STSeriesDeviceRunMode -> unit
Parameters
- selectedRunMode
- Type: Scriptel.STSeriesSTSeriesDeviceRunMode
The run mode to put the device in when it starts reading
Exceptions See Also