PosCommon.CompareFirmwareVersion(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the version of the specified firmware is newer than, older than, or the same as the version of firmware in the physical device.
public virtual Microsoft.PointOfService.CompareFirmwareResult CompareFirmwareVersion (string firmwareFileName);
abstract member CompareFirmwareVersion : string -> Microsoft.PointOfService.CompareFirmwareResult
override this.CompareFirmwareVersion : string -> Microsoft.PointOfService.CompareFirmwareResult
Public Overridable Function CompareFirmwareVersion (firmwareFileName As String) As CompareFirmwareResult
Parameters
- firmwareFileName
- String
The name of the file that contains the firmware, or the name of a file that contains a list of firmware files.