Show / Hide Table of Contents

Struct ScanHeadVersionInformation

Scan head firmware version information.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public struct ScanHeadVersionInformation

Properties

| Improve this Doc View Source

Major

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

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

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

| Improve this Doc View Source

Minor

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

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

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

| Improve this Doc View Source

Patch

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

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

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

| Improve this Doc View Source

Type

Gets the product type of the scan head.

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

The product type.

Methods

| Improve this Doc View Source

ToString()

Gets the scan head firmware version.

Declaration
public override string ToString()
Returns
Type Description
string

The scan head firmware version.

Overrides
ValueType.ToString()
  • Improve this Doc
  • View Source
Back to top Copyright JoeScan, Inc.
Generated by DocFX