Defines | |
#define | FEE_UNKNOWN_RETVAL -99 |
#define | FEE_ACK_LINK_DOWN -11 |
#define | FEE_ACK_CORRUPTED -10 |
#define | FEE_CHECKSUM_FAILED -7 |
#define | FEE_CE_NOTINIT -6 |
#define | FEE_INVALID_PARAM -3 |
#define | FEE_NULLPOINTER -2 |
#define | FEE_TIMEOUT -1 |
#define | FEE_OK 0 |
#define | FEE_MAX_RETVAL 99 |
|
Define for received ACK data is to short for FeePacket.
|
|
Define for signaling lost link to ACK channel.
|
|
Initialisation of CE failed.
|
|
Command data corrupted, wrong checksum.
|
|
One of incoming parameters is invalid.
|
|
Maximum value of Feeserver return value. (only two figures are allowed) |
|
Nullpointer exception encountered.
|
|
Execution was successful.
|
|
A timeout occured.
|
|
Unexpected return value encountered.
|