#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.)
NANDCommandBlock structure is used to process asynchronous function requests in the NAND library.
NANDCreateAsync, NANDOpenAsync, NANDCloseAsync, NANDReadAsync, NANDWriteAsync, NANDSeekAsync, NANDReadDirAsync, NANDCreateDirAsync, NANDDeleteAsync, NANDMoveAsync, NANDGetStatusAsync, NANDSetStatusAsync, NANDFreeBlocksAsync, NANDSetUserData, NANDGetUserData
06/16/2006 Initial version.