NANDCommandBlock

C Specification


#include <revolution/nand.h>

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

Description

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

06/16/2006 Initial version.