C# 클래스 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.
상속: UsbRegistry
파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet

공개 메소드들

메소드 설명
Open ( UsbDevice &usbDevice ) : bool

Opens the USB device for communucation.

비공개 메소드들

메소드 설명
GetPropertiesSPDRP ( UsbDevice usbDevice, object>.Dictionary deviceProperties ) : void
GetRegistryHardwareID ( ushort vid, ushort pid, ushort rev ) : string
LegacyUsbRegistry ( UsbDevice usbDevice ) : System

메소드 상세

Open() 공개 메소드

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