ot::TrickleTimer::Start() method
This method starts the trickle timer.
Arguments
aMode
The operation mode of timer (trickle or plain periodic mode).
aIntervalMin
The minimum interval for the timer in milliseconds.
aIntervalMax
The maximum interval for the timer in milliseconds.
aRedundancyConstant
The redundancy constant for the timer, also known as `k`. The default value is set to `kInfiniteRedundancyConstant` which disables the suppression behavior (i.e., handler is always invoked independent of number of "consistent" events).