Share via


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

2/27/2008

Gets a Boolean value that indicates whether the device's firmware can be updated through the UpdateFirmware method.

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

Syntax

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

Remarks

CapUpdateFirmware 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
UpdateFirmware