GetDevicesVB Method

HidSharp

HidDeviceLoader GetDevicesVB Method HIDSharp
Gets a list of connected USB devices. This overload is meant for Visual Basic 6 and COM clients.

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public IEnumerable GetDevicesVB()
public IEnumerable GetDevicesVB()
Public Function GetDevicesVB As IEnumerable
Public Function GetDevicesVB As IEnumerable
public:
IEnumerable^ GetDevicesVB()
public:
IEnumerable^ GetDevicesVB()
member GetDevicesVB : unit -> IEnumerable
member GetDevicesVB : unit -> IEnumerable

Return Value

The device list.
See Also