|
LibUsbDotNet 2.2.8
LibUsbRegistry Class
Library Reference ► LibUsbDotNet.LibUsb ► LibUsbRegistry
|
|
LibUsb specific members for device registry settings.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public class LibUsbRegistry : UsbRegistry
Public Class LibUsbRegistry _ Inherits UsbRegistry
public ref class LibUsbRegistry : public UsbRegistry
Members| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
Device |
Opens the USB device for communucation.
(Overrides UsbRegistry.Device.) |
|
DeviceIndex |
Gets the 0 based index of this libusb 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(LibUsbDevice%) |
Opens the USB device for communucation.
|
|
Open(UsbDevice%) |
Opens the USB device for communucation.
(Overrides UsbRegistry.Open(UsbDevice%).) |
Inheritance Hierarchy| Object | ||
|
UsbRegistry | |
|
LibUsbRegistry | |