Open a device handle from profileHandle.

C# | Visual Basic | Visual C++ |
public MonoUsbDeviceHandle( MonoUsbProfileHandle profileHandle )
Public Sub New ( _ profileHandle As MonoUsbProfileHandle _ )
public: MonoUsbDeviceHandle( MonoUsbProfileHandle^ profileHandle )

- profileHandle (MonoUsbProfileHandle)
- A device profile handle.

A handle allows you to perform I/O on the device in question.
To close a device handle call its Close()()()() method.
This is a non-blocking function; no requests are sent over the bus.
