DetectDevice Method

Beta Innovations USB SDK .NET/COM

Namespace:  BIUSBWrapper
Assembly:  BIUSBWrapper (in BIUSBWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function DetectDevice ( _
	<OutAttribute> ByRef oDev_Cnt As UInteger, _
	<OutAttribute> oDeviceList As DeviceParam(), _
	iProductID As UInteger, _
	iFlag As UInteger _
) As Boolean
C#
public static bool DetectDevice(
	out uint oDev_Cnt,
	DeviceParam[] oDeviceList,
	uint iProductID,
	uint iFlag
)

Parameters

oDev_Cnt
Type: System..::.UInt32 %
oDeviceList
Type: array< BIUSBWrapper..::.DeviceParam >[]()[]
iProductID
Type: System..::.UInt32
iFlag
Type: System..::.UInt32

See Also