LibUsbDotNet 2.2.8
UsbKernelVersion Structure
Library Reference ► LibUsbDotNet.Main ► UsbKernelVersion
|
Contains version information for the LibUsb Sys driver.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public struct UsbKernelVersion
Public Structure UsbKernelVersion
public value class UsbKernelVersion
Members
All Members | Methods | Properties | Fields | ||
|
|
|
Icon | Member | Description |
---|---|---|
BcdLibUsbDotNetKernelMod |
The LibUsbDotNet - LibUsb-Win32 binary mod code. if not running the LibUsbDotNet LibUsb-Win32 modified kernel driver, this value is 0.
|
|
IsEmpty |
True if Major == 0 and Minor == 0 and Micro == 0 and Nano == 0.
|
|
Major |
LibUsb-Win32 Major version
|
|
Micro |
LibUsb-Win32 Micro version
|
|
Minor |
LibUsb-Win32 Minor version
|
|
Nano |
LibUsb-Win32 Nano version
|
|
ToString()()()() |
The full LibUsb-Win32 kernel driver version (libusb0.sys).
(Overrides ValueType.ToString()()()().) |
Remarks
This version is not related to LibUsbDotNet. TO get the LibUsbDotNet version use .NET reflections.