Svcgetsysmillisec(), Svcgetsysmicrosec() - VeriFone MX800 series Programmer's Manual

Hide thumbs Also See for MX800 series:
Table of Contents

Advertisement

svcGetSysMillisec(), svcGetSysMicrosec()

Returns the number of time units (microseconds or milliseconds) elapsed since
the Epoch (Jan 1970 for Linux).
The functions may be used for general timing purposes and are accurate to well
under 1 millisecond. The return type is unsigned long long to avoid rollover
problems until the year 2037 (because the underlying Linux calls return seconds
in a signed long).
Prototype
unsigned long long microsecSince01Jan1970 = svcGetSysMicrosec();
unsigned long long millisecsecSince01Jan1970 = svcGetSysMillisec();
S
ERVICE
svcGetSysMillisec(), svcGetSysMicrosec()
X
M
800 S
P
ERIES
ROGRAMMERS
F
UNCTIONS
189
G
UIDE

Advertisement

Table of Contents
loading

Table of Contents