Miles Sound System SDK 7.2a

RAD_IOP_TIMER_DATA

The structure RAD_IOP_TIMER_DATA is a structure used to call a timer interrupt callback.

struct RAD_IOP_TIMER_DATA
{
  RAD_IOP_TIMERCALLBACK callback;
  RAD_IOP_STATUS_VALUES status;
};

In Members

callback
Specifies the timer callback function address.

Out Members

status
Contains the current status of the timer.

Discussion

This structure contains the data to call a timer interrupt callback. It must remain valid until the timer is unregistered.


Group: The RAD_IOP API for the Sony PS2
Related Functions: RAD_IOPPauseTimer, RAD_IOPRegisterTimerCallback, RAD_IOPStartTimer, RAD_IOPUnregisterTimerCallback, RAD_IOP_TIMERCALLBACK
Related Basic Types: RAD_IOP_STATUS_VALUES

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.