unsigned int sctp_getTime(void)

return the current system time converted to a value of milliseconds.

Documentation

return the current system time converted to a value of milliseconds. MSB of tv_sec field are removed in order to make representation in millisecs possible. This done by taking the remainder of a division by 1728000 = 20x24x60x60, restarting millisecs count every 20 days.
Returns:
unsigned 32 bit value representing system time in milliseconds. Hmmmh.

Alphabetic index HTML hierarchy of classes or Java



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