C# Class LibUsbDotNet.LibUsb.LibUsbRegistry

LibUsb specific members for device registry settings.
Inheritance: LibUsbDotNet.Main.UsbRegistry
Show file Open project: arvydas/BlinkStickDotNet

Public Methods

Method Description
Open ( LibUsbDevice &usbDevice ) : bool

Opens the USB device for communucation.

Open ( UsbDevice &usbDevice ) : bool

Opens the USB device for communucation.

Private Methods

Method Description
GetCustomDeviceKeyValue ( SafeFileHandle usbHandle, string key, byte &propData, int maxDataLength ) : ErrorCode
GetCustomDeviceKeyValue ( SafeFileHandle usbHandle, string key, string &propData, int maxDataLength ) : ErrorCode
GetPropertiesSPDRP ( SafeHandle usbHandle ) : void
LibUsbRegistry ( SafeFileHandle usbHandle, string deviceFileName, int deviceIndex ) : System

Method Details

Open() public method

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

Open() public method

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