LibUsbDotNet 2.2.8
MonoUsbProfileHandle Constructor (pProfileHandle)
Library ReferenceMonoLibUsb.ProfileMonoUsbProfileHandleMonoUsbProfileHandle(IntPtr)
LibUsbDotNet on SourceForge
Wraps a raw usb device profile handle pointer in a MonoUsbProfileHandle class.
Declaration Syntax
C#Visual BasicVisual C++
public MonoUsbProfileHandle(
	IntPtr pProfileHandle
)
Public Sub New ( _
	pProfileHandle As IntPtr _
)
public:
MonoUsbProfileHandle(
	IntPtr pProfileHandle
)
Parameters
pProfileHandle (IntPtr)
the profile handle to wrap.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)