LegacyUsbRegistry Class

LibUsbDotNet

LibUsbDotNet 2.2.8 LegacyUsbRegistry Class
Library ReferenceLibUsbDotNet.MainLegacyUsbRegistry
LibUsbDotNet on SourceForge
LibUsb specific members for device registry settings. This legacy class does not actually query the windows registry as the other Registry classes do. Instead, it wraps a LibUsbDevice and queries descriptors directly from the device using usb IO control messages.
Declaration Syntax
C# Visual Basic Visual C++
public class LegacyUsbRegistry : UsbRegistry
Public Class LegacyUsbRegistry _
	Inherits UsbRegistry
public ref class LegacyUsbRegistry : public UsbRegistry
Members
All Members Methods Properties



Icon Member Description
Device
Opens the USB device for communucation.
(Overrides UsbRegistry.Device.)
DeviceInterfaceGuids
Gets the DeviceInterfaceGuids for the WinUsb device.
(Overrides UsbRegistry.DeviceInterfaceGuids.)
DeviceList
Gets a list of available LibUsb devices.

IsAlive
Check this value to determine if the usb device is still connected to the bus and ready to open.
(Overrides UsbRegistry.IsAlive.)
Open(UsbDevice%)
Opens the USB device for communucation.
(Overrides UsbRegistry.Open(UsbDevice%).)
Rev
Usb device revision number.
(Overrides UsbRegistry.Rev.)
Inheritance Hierarchy
Object
UsbRegistry
  LegacyUsbRegistry

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