Function netio_timer_start_s

Function Documentation

void netio_timer_start_s(struct netio_timer *timer, unsigned long long seconds)

Starts a timer with the defined period (given in seconds).

The period is given in seconds. The timer callback is executed at the defined frequency until it is explicitly stopped.

Parameters:
  • timer – The timer to start

  • seconds – The timer period, given in seconds