RTCCallback


Definitions

#include <nitro/rtc.h>
typedef void ( *RTCCallback )(
            RTCResult  result,
            void*   arg );

Description

This is the syntax for the user callback function called at the completion of an asynchronous real time clock process.

Arguments

result Pointer to RTCResult that indicates the results of an asynchronous process.
arg User context

Return Values

None

See Also

RTCResult

Revision History

05/18/2004 Initial Version