Struct JoeScan::Pinchot::ScanSyncVersionInformation¶
ClassList > JoeScan > Pinchot > ScanSyncVersionInformation
ScanSync firmware version information.
Public Properties¶
| Type | Name |
|---|---|
| uint | Major Gets the major version component of the of the ScanSync firmware version. |
| uint | Minor Gets the minor version component of the of the ScanSync firmware version. |
| uint | Patch Gets the patch version component of the of the ScanSync firmware version. |
Public Functions¶
| Type | Name |
|---|---|
| override string | ToString () Gets the ScanSync firmware version in 'Major.Minor.Patch' format. |
Public Properties Documentation¶
Major¶
Gets the major version component of the of the ScanSync firmware version.
uint Major;
The major version component of the of the ScanSync firmware version.
Minor¶
Gets the minor version component of the of the ScanSync firmware version.
uint Minor;
The minor version component of the of the ScanSync firmware version.
Patch¶
Gets the patch version component of the of the ScanSync firmware version.
uint Patch;
The patch version component of the of the ScanSync firmware version.
Public Functions Documentation¶
ToString¶
Gets the ScanSync firmware version in 'Major.Minor.Patch' format.
override string ToString()
Returns:
The ScanSync firmware version in 'Major.Minor.Patch' format.