LightAlarms Enumeration

2/27/2008

Enumerates the different alarms supported by the Light device.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration LightAlarms
[FlagsAttribute] 
public enum LightAlarms
[FlagsAttribute] 
public enum class LightAlarms
/** @attribute FlagsAttribute() */ 
public enum LightAlarms
FlagsAttribute 
public enum LightAlarms

Members

Member name Description
Custom1 Supports first custom alarm.
Custom2 Supports second custom alarm.
Fast Supports a fast beep.
Medium Supports a medium beep.
None Alarms are not supported.
Slow Supports a slow beep.

Remarks

LightAlarms is a logical value or a combination of the listed members.

This property is initialized by the Open method. If the device does not support alarms, it is initialized to None.

See Also

Reference

Microsoft.PointOfService Namespace