







![]() ![]() |
Beta Innovations USB SDK Wrapper Library for .NET/COM v2.0.0.0 reference library |
BIUSB..::.DetectDevice Method |
BIUSB Class See Also Send Feedback |
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