Struct ScanHeadVersionInformation
Scan head firmware version information.
Inherited Members
Namespace: JoeScan.Pinchot
Assembly: JoeScan.Pinchot.dll
Syntax
public struct ScanHeadVersionInformation
Properties
| Improve this Doc View SourceMajor
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. |
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. |
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. |
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 SourceToString()
Gets the scan head firmware version.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The scan head firmware version. |