Table of Contents

Class ImageProcessorVersion

Namespace
Yubico.YubiKey
Assembly
Yubico.YubiKey.dll

Reports the version number of the Image Processor. This is a chip specifically used to process the fingerprint images.

public class ImageProcessorVersion : FirmwareVersion
Inheritance
object
ImageProcessorVersion
Inherited Members

Constructors

ImageProcessorVersion()

Creates an instance of ImageProcessorVersion with a version of 0.0.0.

public ImageProcessorVersion()

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.

public ImageProcessorVersion(byte major, byte minor = 0, byte patch = 0)

Parameters

major byte
minor byte
patch byte