KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Return values from Maple functions

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 suppoted by device.
#define MAPLE_ETIMEOUT   -5
 Command timed out.

Detailed Description


Macro Definition Documentation

#define MAPLE_EAGAIN   -2

Try again later.

#define MAPLE_EFAIL   -1

Command failed.

#define MAPLE_EINVALID   -3

Invalid command.

#define MAPLE_ENOTSUPP   -4

Command not suppoted by device.

#define MAPLE_EOK   0

No error.

#define MAPLE_ETIMEOUT   -5

Command timed out.