b4a has a periodic timer, you can enable and disable it.
You cannot read the current value the moment you disabled it neither you can write a new value, or just only by initing the timer
I get the idea that when you start/stop/start the timer, it will continue at the last count, so no reset to initial value.
The only way seems to be to reinit the timer every time it seems, but may be i'm wrong?
I need that one shot timer to set a timeout when receiving data.
You cannot read the current value the moment you disabled it neither you can write a new value, or just only by initing the timer
I get the idea that when you start/stop/start the timer, it will continue at the last count, so no reset to initial value.
The only way seems to be to reinit the timer every time it seems, but may be i'm wrong?
I need that one shot timer to set a timeout when receiving data.