CLCmdUserReminder class final

Data structure for user reminder information.

Constructors

CLCmdUserReminder({required int hour, required int minute, required String name, required int weekday, required int bRepeatDaily})
CLCmdUserReminder.from(PERIPHERAL_USER_REMINDER_CONTEXT v)
< Boolean to repeat the reminder daily.
factory

Properties

bRepeatDaily int
final
hashCode int
The hash code for this object.
no setterinherited
hour int
final
minute int
< The reminder hour.
final
name String
< The reminder minute.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekday int
< The reminder name. MONDAY = 1,TUESDAY = 1 << 1,WEDNESDAY = 1 << 2,THURSDAY = 1 << 3,FRIDAY = 1 << 4,SATURDAY = 1 << 5,SUNDAY = 1 << 6,ALL = 0x7f
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(int idx, int bUpdate) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

delete() → void