Share via


PosCommon.CapCompareFirmwareVersion Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a Boolean value that indicates whether the Service Object/device supports comparing the firmware version in the physical device against that of a firmware file.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CapCompareFirmwareVersion As Boolean
public virtual bool CapCompareFirmwareVersion { get; }
public:
virtual property bool CapCompareFirmwareVersion {
    bool get ();
}
/** @property */
public boolean get_CapCompareFirmwareVersion ()
public function get CapCompareFirmwareVersion () : boolean

Remarks

CapCompareFirmwareVersion is set by the Service Object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
CompareFirmwareVersion