Timer
The verbs,
SetTimer()
,
SetTimerEx()
, and
SetThingTimer()
, call the timer message after a specified delay. SetTimerEx() is used to send an ID and two parameters. The ID number is retrieved in the timer message with
GetSenderID()
.
Sender
The thing in the first param of SetThingTimer().
Source
None.
Sender Type
None.
Source Type
None.
Param0
Third param of SetTimerEx().
Param1
Fourth param of SetTimerEx().
Param2
None.
Param3
None.
ID
Second param of SetTimerEx().
Related:
GetSenderID()
SetTimer()
SetTimerEx()
SetThingTimer()