| STSeriesDevicesManagerGetWrappedSTSeriesDevice Method  |   | 
            Gets the "Wrapped" instance of the device at the requested index.  This function returns a 
            
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic STSeriesDeviceContainerDevice GetWrappedSTSeriesDevice(
	int deviceNumber
)
Public Function GetWrappedSTSeriesDevice ( 
	deviceNumber As Integer
) As STSeriesDeviceContainerDevice
public:
virtual STSeriesDeviceContainerDevice^ GetWrappedSTSeriesDevice(
	int deviceNumber
) sealed
abstract GetWrappedSTSeriesDevice : 
        deviceNumber : int -> STSeriesDeviceContainerDevice 
override GetWrappedSTSeriesDevice : 
        deviceNumber : int -> STSeriesDeviceContainerDevice Parameters
- deviceNumber
 - Type: SystemInt32
Where the desired resides in the attached devices list.  Uses a Zero (0) based array indexing. 
Return Value
Type: 
STSeriesDeviceContainerDevicethe requested device object
Implements
ISTSeriesDevicesManagerGetWrappedSTSeriesDevice(Int32)
Exceptions
See Also