CARD_WaitRomAsync


C Specification

#include <nitro/card.h>

void CARD_WaitRomAsync(void);

Description

If an asynchronous process to a CARD ROM device is running, CARD_WaitRomAsync waits until it the asynchronous process completes before executing.

If an asynchronous process is not running, CARD_WaitRomAsync returns control immediately.

Arguments

None.

Return Values

None.

See Also

CARD_ReadRomAsync, CARD_TryWaitRomAsync

Revision History

07/05/2004 Initial Version