Datalogic .NET SDK
GetFirmwareVersion (Method)
Syntax
public static String GetFirmwareVersion();
Description
Returns the terminal's firmware version.
Parameters Table
|
Type |
Parameter |
Description |
[in] |
void |
- |
- |
|
|
|
|
[returns] |
String |
|
If the firmware version number is successfully retrieved it is returned in a period separated format. (The major version is followed by a '.', followed by the minor and beta version numbers). |
[on error] |
System.String.Empty |
|
- |
Example
private void SetUnitDisplay() { lstUnitView.Items.Add(new ListViewItem(new string[] { " Firmware", Device.GetFirmwareVersion().ToString() })); }
|
See Also
Copyright © Datalogic ADC. All Right Reserved