CODEOBJ :: set_repeat_interval


protocol:
method

parameters:

int   val

result:

none

description:

Set the repeat interval for the code object to which this method is applied to 'val'.

The repeat interval is measured in milliseconds.

The repeat interval is the reset value used to reload the timer belonging to the code object. When the code objects timer expires (counts down to zero) the repeat method is triggered and the timer is reloaded with the repeat interval.