STSeriesDevicesManagerGetSTSeriesDevice Method | |
Gets the instance of the device at the requested index
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public ISTSeriesDevice GetSTSeriesDevice(
int deviceNumber
)
Public Function GetSTSeriesDevice (
deviceNumber As Integer
) As ISTSeriesDevice
public:
virtual ISTSeriesDevice^ GetSTSeriesDevice(
int deviceNumber
) sealed
abstract GetSTSeriesDevice :
deviceNumber : int -> ISTSeriesDevice
override GetSTSeriesDevice :
deviceNumber : int -> ISTSeriesDevice
Parameters
- deviceNumber
- Type: SystemInt32
Where the desired resides in the attached devices list. Uses a Zero (0) based array indexing.
Return Value
Type:
ISTSeriesDevicethe requested device object
Implements
ISTSeriesDevicesManagerGetSTSeriesDevice(Int32)Exceptions See Also