Share via


PosPower.CapFanAlarm Property

Indicates whether the device can detect the CPU fan is stopped.

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

Usage

'Usage
Dim posPower1 As PosPower

Dim returnValue As Boolean
returnValue = posPower1.CapFanAlarm

Syntax

'Declaration
Public MustOverride ReadOnly Property CapFanAlarm() As Boolean
public abstract bool CapFanAlarm {get;}
public: property virtual Boolean CapFanAlarm{
    Boolean get();
}
public abstract boolean get_CapFanAlarm();
public abstract function get CapFanAlarm() : Boolean;

Remarks

If TRUE, the device can detect whether the CPU fan is stopped; otherwise, FALSE.

CapFanAlarm is typically initialized to FALSE. It should then be updated by the service object based on the capabilities of the device.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PosPower Class
PosPower Members
Microsoft.PointOfService Namespace