nlib
|
Specifies the time to elapse before the timer initially starts up and the interval between the subsequent startups. If 0 is specified for the both values, the timer stops. More...
#include <manual_en_platform.h>
Public Attributes | |
A timer | |
It allows a task to be regularly run. | |
nlib_duration | due_time |
Specifies the time to elapse before the timer initially starts up. | |
nlib_duration | interval |
Specifies the interval between the startups of the timer following its initial startup. If 0 is specified, the time works as a one-shot timer. | |
Specifies the time to elapse before the timer initially starts up and the interval between the subsequent startups. If 0 is specified for the both values, the timer stops.
Definition at line 506 of file Platform.h.
© 2012-2017 Nintendo Co., Ltd. All rights reserved.