Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 665 Bytes

File metadata and controls

18 lines (12 loc) · 665 Bytes

class Delay

Member values

Member name Data type Description
duration uint32 Delay (in seconds)

Member functions

Function name Return type Input type Description
duration() uint32 void Returns the current value of duration. If the duration is not set, returns 0.
set_duration() void uint32 Sets the value of duration. After calling this, duration() will return value.
clear_duration() void void Clears the value of duration. After calling this, duration() will return 0.

Parent topic: Base (C++)