Ds3231AlarmTwoMatchMode Enum
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.
Available modes for determining when alarm 2 should trigger
C#
public enum Ds3231AlarmTwoMatchMode
type Ds3231AlarmTwoMatchMode =
Public Enum Ds3231AlarmTwoMatchMode
- Inheritance
-
Ds3231AlarmTwoMatchMode
Name | Value | Description |
---|---|---|
DayOfMonthHoursMinutes | 0 | Alarm 2 triggers when the day of the month, hours and minutes match |
HoursMinutes | 4 | Alarm 2 triggers when the hours and minutes match |
Minutes | 6 | Alarm 2 triggers when the minutes match |
OncePerMinute | 7 | Alarm 2 triggers at the start of every minute |
DayOfWeekHoursMinutes | 8 | Alarm 2 triggers when the day of the week, hours and minutes match. Sunday is day 1 |
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET IoT Libraries | 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |