Skip to content

Struct JoeScan::Pinchot::ScanHeadVersionInformation

ClassList > JoeScan > Pinchot > ScanHeadVersionInformation

Scan head firmware version information.

Public Properties

Type Name
uint Major
Gets the major version component of the scan head firmware version.
uint Minor
Gets the minor version component of the scan head firmware version.
uint Patch
Gets the patch version component of the scan head firmware version.
ProductType Type
Gets the product type of the scan head.

Public Functions

Type Name
override string ToString ()
Gets the scan head firmware version in 'Major.Minor.Patch' format.

Public Properties Documentation

Major

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

uint Major;

The major version component of the scan head firmware version.


Minor

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

uint Minor;

The minor version component of the scan head firmware version.


Patch

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

uint Patch;

The patch version component of the scan head firmware version.


Type

Gets the product type of the scan head.

ProductType Type;

The product type.


Public Functions Documentation

ToString

Gets the scan head firmware version in 'Major.Minor.Patch' format.

override string ToString() 

Returns:

The scan head firmware version in 'Major.Minor.Patch' format.