Table of Contents

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

int

Minor

Minor version number.

public readonly int Minor

Field Value

int

Patch

Patch version number.

public readonly int Patch

Field Value

int