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

Macros

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

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.