ImageProcessorVersion Class
Namespace: Yubico.YubiKey Assembly: Yubico.YubiKey.dllReports the version number of the Image Processor. This is a chip specifically used to process the fingerprint images.
C#
public class ImageProcessorVersion : FirmwareVersion, IComparable<FirmwareVersion>, IComparable, IEquatable<FirmwareVersion>
Implements
System.IComparable<FirmwareVersion>
System.IComparable
System.IEquatable<FirmwareVersion>
Constructors
Name | Description |
---|---|
ImageProcessorVersion() | Creates an instance of ImageProcessorVersion with a version of 0.0.0. |
ImageProcessorVersion(Byte, Byte, Byte) | Creates an instance of ImageProcessorVersion with a version of major.minor.patch. The minor and patch args have default values of 0. |