Click or drag to resize
STSeriesDevicesManagerGetSTSeriesDevice Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Gets the instance of the device at the requested index

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public ISTSeriesDevice GetSTSeriesDevice(
	int deviceNumber
)

Parameters

deviceNumber
Type: SystemInt32
Where the desired resides in the attached devices list. Uses a Zero (0) based array indexing.

Return Value

Type: ISTSeriesDevice
the requested device object

Implements

ISTSeriesDevicesManagerGetSTSeriesDevice(Int32)
Exceptions
ExceptionCondition
STValueOutOfRangeExceptionif the deviceNumber is out of range.
See Also