Device Property

LibUsbDotNet

LibUsbDotNet 2.2.8 Device Property
Library ReferenceLibUsbDotNet.MainUsbRegistryDevice
LibUsbDotNet on SourceForge
Opens the USB device for communucation.
Declaration Syntax
C# Visual Basic Visual C++
public abstract UsbDevice Device { get; }
Public MustOverride ReadOnly Property Device As UsbDevice
	Get
public:
virtual property UsbDevice^ Device {
	UsbDevice^ get () abstract;
}
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 see the UsbErrorEvent.

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