KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
CD-ROM Command Status responses

Macros

#define FAILED   -1
 Command failed. More...
 
#define NO_ACTIVE   0
 System inactive? More...
 
#define PROCESSING   1
 Processing command. More...
 
#define COMPLETED   2
 Command completed successfully. More...
 
#define ABORTED   3
 Command aborted before completion. More...
 

Detailed Description

These are the raw values the status syscall returns.

Macro Definition Documentation

#define ABORTED   3

Command aborted before completion.

#define COMPLETED   2

Command completed successfully.

#define FAILED   -1

Command failed.

#define NO_ACTIVE   0

System inactive?

#define PROCESSING   1

Processing command.