public static interface BrickletRealTimeClockV2.AlarmListener extends DeviceListener
BrickletRealTimeClockV2.setAlarm(int, int, int, int, int, int, int)
). The parameters are the same
as for BrickletRealTimeClockV2.getDateTime()
.Modifier and Type | Method and Description |
---|---|
void |
alarm(int year,
int month,
int day,
int hour,
int minute,
int second,
int centisecond,
int weekday,
long timestamp) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.