Struct JoeScan::Pinchot::ScanHeadVersionInformation¶
ClassList > JoeScan > Pinchot > ScanHeadVersionInformation
Scan head firmware version information.
Public Properties¶
Type | Name |
---|---|
property uint | Major Gets the major version component of the scan head firmware version. |
property uint | Minor Gets the minor version component of the scan head firmware version. |
property uint | Patch Gets the patch version component of the scan head firmware version. |
property 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¶
property Major¶
Gets the major version component of the scan head firmware version.
uint Major;
The major version component of the scan head firmware version.
property Minor¶
Gets the minor version component of the scan head firmware version.
uint Minor;
The minor version component of the scan head firmware version.
property Patch¶
Gets the patch version component of the scan head firmware version.
uint Patch;
The patch version component of the scan head firmware version.
property Type¶
Gets the product type of the scan head.
ProductType Type;
The product type.
Public Functions Documentation¶
function ToString¶
Gets the scan head firmware version in 'Major.Minor.Patch' format.
inline override string JoeScan::Pinchot::ScanHeadVersionInformation::ToString ()
Returns:
The scan head firmware version in 'Major.Minor.Patch' format.