NANDCommandBlock

Syntax

#include <revolution/nand.h>

typedef struct NANDCommandBlock
{
    ...
} NANDCommandBlock;
(The structure members are not listed here since they might be changed in a future version. For more information, see nand.h. Avoid accessing these members directly. Doing so can lead to system instability.)

Description

The NANDCommandBlock structure is used to process asynchronous function requests in the NAND library.

See Also

NANDCreateAsync, NANDOpenAsync, NANDCloseAsync, NANDReadAsync, NANDWriteAsync, NANDSeekAsync, NANDReadDirAsync, NANDCreateDirAsync, NANDDeleteAsync, NANDMoveAsync, NANDGetStatusAsync, NANDSetStatusAsync, NANDFreeBlocksAsync, NANDSetUserData, NANDGetUserData

Revision History

2006/06/16 Initial version.


CONFIDENTIAL