LibUsbDotNet 2.2.8
OpenDeviceHandle Method
Library Reference ► MonoLibUsb.Profile ► MonoUsbProfile ► OpenDeviceHandle()()()()
|
![]() |
Convenience function to open the device handle this profile handle represents.

C# | Visual Basic | Visual C++ |
public MonoUsbDeviceHandle OpenDeviceHandle()
Public Function OpenDeviceHandle As MonoUsbDeviceHandle
public: MonoUsbDeviceHandle^ OpenDeviceHandle()

A new MonoUsbDeviceHandle instance. Created with MonoUsbDeviceHandle(MonoUsbProfileHandle) constructor.