KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Return Values

Return codes from maple access functions. More...

Macros

#define MAPLE_EOK   0
 No error.
 
#define MAPLE_EFAIL   -1
 Command failed.
 
#define MAPLE_EAGAIN   -2
 Try again later.
 
#define MAPLE_EINVALID   -3
 Invalid command.
 
#define MAPLE_ENOTSUPP   -4
 Command not supported by device.
 
#define MAPLE_ETIMEOUT   -5
 Command timed out.
 

Detailed Description

Return codes from maple access functions.

Macro Definition Documentation

◆ MAPLE_EAGAIN

#define MAPLE_EAGAIN   -2

Try again later.

◆ MAPLE_EFAIL

#define MAPLE_EFAIL   -1

Command failed.

◆ MAPLE_EINVALID

#define MAPLE_EINVALID   -3

Invalid command.

◆ MAPLE_ENOTSUPP

#define MAPLE_ENOTSUPP   -4

Command not supported by device.

◆ MAPLE_EOK

#define MAPLE_EOK   0

No error.

◆ MAPLE_ETIMEOUT

#define MAPLE_ETIMEOUT   -5

Command timed out.