KallistiOS
##version##
|
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... | |
These are the raw values the status syscall returns.
#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.