class Delay
August 13, 2019 ยท View on GitHub
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++)