Show / Hide Table of Contents

Struct ScanHeadVersionInformation

Scan head firmware version information.

Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public struct ScanHeadVersionInformation

Properties

Major

Gets the major version component of the of the scan head firmware version.

Declaration
public uint Major { get; }
Property Value
Type Description
System.UInt32

The major version component of the of the scan head firmware version.

Minor

Gets the minor version component of the of the scan head firmware version.

Declaration
public uint Minor { get; }
Property Value
Type Description
System.UInt32

The minor version component of the of the scan head firmware version.

Patch

Gets the patch version component of the of the scan head firmware version.

Declaration
public uint Patch { get; }
Property Value
Type Description
System.UInt32

The patch version component of the of the scan head firmware version.

Product

Gets the product type of the scan head.

Declaration
public ProductType Product { get; }
Property Value
Type Description
ProductType

The product type.

Version

Gets the scan head firmware version.

Declaration
public string Version { get; }
Property Value
Type Description
System.String

The scan head firmware version.

Back to top Copyright JoeScan, Inc.
Generated by DocFX