CLCmdPillReminder class final

Data structure for user reminder information.

Constructors

CLCmdPillReminder({required int reminderId, required int hour, required int minute, required String name, required int weekday, required bool bRepeatDaily, required String url})
CLCmdPillReminder.from(PERIPHERAL_PILL_REMINDER_CONTEXT v)
factory

Properties

bRepeatDaily bool
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
reminderId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
< Boolean to repeat the reminder daily.
final
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