unsigned int sctp_startTimer

(unsigned int milliseconds,
  sctp_timerCallback timer_cb,
  void* param1, void* param2)

This function adds a callback that is to be called some time from now.

Documentation

This function adds a callback that is to be called some time from now. It realizes the timer (in an ordered list).
Parameters:
milliseconds - action is to be started in milliseconds ms from now
action - pointer to a function to be executed, when timer goes off
Returns:
returns an id value, that can be used to cancel a timer
Author:
ajung

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.