LibUsbDotNet 2.2.8
Device Property
Library ReferenceLibUsbDotNet.MainLegacyUsbRegistryDevice
LibUsbDotNet on SourceForge
Opens the USB device for communucation.
Declaration Syntax
C#Visual BasicVisual C++
public override UsbDevice Device { get; }
Public Overrides ReadOnly Property Device As UsbDevice
	Get
public:
virtual property UsbDevice^ Device {
	UsbDevice^ get () override;
}
Return Value
Return a new instance of the UsbDevice class. If the device fails to open a null refrence is return. For extended error information use the UsbErrorEvent.

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