pj_timer_entry class final
This structure represents an entry to the timer.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
cb
↔ Pointer<
pj_timer_heap_callback> -
Callback to be called when the timer expires.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
Arbitrary ID assigned by the user/owner of this entry.
Applications can use this ID to distinguish multiple
timer entries that share the same callback and user_data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
user_data
↔ Pointer<
Void> -
User data to be associated with this entry.
Applications normally will put the instance of object that
owns the timer entry in this field.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited