bZRTP
bZRTP is an opensource implementation of ZRTP keys exchange protocol
Loading...
Searching...
No Matches
Data Fields
bzrtpTimer_struct Struct Reference

Timer structure : The timer mechanism receives a tick giving a current time in ms a timer object will check on tick reception if it must fire or not. More...

#include <typedef.h>

Data Fields

uint8_t status
 
uint64_t firingTime
 
uint8_t firingCount
 
int timerStep
 

Detailed Description

Timer structure : The timer mechanism receives a tick giving a current time in ms a timer object will check on tick reception if it must fire or not.

Field Documentation

◆ firingCount

uint8_t bzrtpTimer_struct::firingCount

Timer is used to resend packets, count the number of times a packet has been resent

◆ firingTime

uint64_t bzrtpTimer_struct::firingTime

in ms. The timer will fire if currentTime >= firingTime

◆ status

uint8_t bzrtpTimer_struct::status

Status is BZRTP_TIMER_ON or BZRTP_TIMER_OFF

◆ timerStep

int bzrtpTimer_struct::timerStep

in ms. Step between next timer fire: used to reset firingTime for next timer fire


The documentation for this struct was generated from the following file: