CARDGetIconSpeed

C Specification

#include <revolution/card.h>
CARDGetIconSpeed(stat, n) \
(((stat)->iconSpeed  >> (2 * (n))) & CARD_STAT_SPEED_MASK)

Arguments

stat Pointer to a CARDStat structure.
n Sequence number of the icon animation.

Return Values

One of the following codes:

Result Code Speed
CARD_STAT_SPEED_END This frame does not use icons.
CARD_STAT_SPEED_FAST Fast speed (Fast)
CARD_STAT_SPEED_MIDDLE Medium speed (Medium)
CARD_STAT_SPEED_SLOW Slow speed (Slow)

Description

Gets the icon animation speed of the Memory Card from the CARDStat structure.

See Also

Revision History

03/01/2006 Initial version.