Share via


PosCommon.CompareFirmwareVersion(String) Method

Definition

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.

Returns

Applies to