CompareFirmwareResult Enumeration

2/27/2008

Enumerates the valid comparison results between firmware files.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration CompareFirmwareResult
public enum CompareFirmwareResult
public enum class CompareFirmwareResult
public enum CompareFirmwareResult
public enum CompareFirmwareResult

Members

Member name Description
Different Indicates that the version of one or more of the firmware files is different than the firmware in the device, but either:
Newer Indicates that the version of one or more of the firmware files is newer than the firmware in the device and that none of the firmware files is older than the firmware in the device.
Older Indicates that the version of one or more of the firmware files is older than the firmware in the device and that none of the firmware files is newer than the firmware in the device.
Same Indicates that the versions of all of the firmware files are the same as the firmware in the device.
Unknown Indicates that a relationship between the two firmware versions could not be determined. A possible reason for this result could be an attempt to compare Japanese and US versions of firmware.

Remarks

Used by the CompareFirmwareVersion method. Members of this enumeration replace the CFV_FIRMWARE_OLDER, CFV_FIRMWARE_SAME, CFV_FIRMWARE_NEWER, CFV_FIRMWARE_DIFFERENT, and CFV_FIRMWARE_UNKNOWN UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace