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

Macros

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

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.