Struct ApiVersion
- Namespace
- HidApi
- Assembly
- HidApi.Net.dll
A readonly struct containing the different parts of the HIDAPI version number.
public readonly struct ApiVersion
- Inherited Members
Fields
Major
Major version number.
public readonly int Major
Field Value
Minor
Minor version number.
public readonly int Minor
Field Value
Patch
Patch version number.
public readonly int Patch