LightAlarms Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the different alarms supported by the Light device.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum LightAlarms
[<System.Flags>]
type LightAlarms =
Public Enum LightAlarms
- Inheritance
-
LightAlarms
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 1 | Alarms are not supported. |
Slow | 16 | Supports a slow beep. |
Medium | 32 | Supports a medium beep. |
Fast | 64 | Supports a fast beep. |
Custom1 | 65536 | Supports first custom alarm. |
Custom2 | 131072 | Supports second custom alarm. |