C# Class LibUsbDotNet.Main.LegacyUsbRegistry

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.
Inheritance: UsbRegistry
显示文件 Open project: arvydas/BlinkStickDotNet

Public Methods

Method Description
Open ( UsbDevice &usbDevice ) : bool

Opens the USB device for communucation.

Private Methods

Method Description
GetPropertiesSPDRP ( UsbDevice usbDevice, object>.Dictionary deviceProperties ) : void
GetRegistryHardwareID ( ushort vid, ushort pid, ushort rev ) : string
LegacyUsbRegistry ( UsbDevice usbDevice ) : System

Method Details

Open() public method

Opens the USB device for communucation.
public Open ( UsbDevice &usbDevice ) : bool
usbDevice UsbDevice The newly created UsbDevice.
return bool