class Delay

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
durationuint32Delay (in seconds)

Member functions

Function nameReturn typeInput typeDescription
duration()uint32voidReturns the current value of duration. If the duration is not set, returns 0.
set_duration()voiduint32Sets the value of duration. After calling this, duration() will return value.
clear_duration()voidvoidClears the value of duration. After calling this, duration() will return 0.

Parent topic: Base (C++)