User's Manual

4 RETURN CODES
The return codes of execute functions are listed below:
RFE_SUCCESS 0x00
RFE_ERR_OP_NOT_SUPPORTED 0x50
RFE_ERR_UNKOWN_ERR 0x51
RFE_ERR_ON_EXEC_OP 0x52
RFE_ERR_COULD_NOT_WRITE
0x53
RFE_ERR_WRONG_PARAM_COUNT 0x54
RFE_ERR_WRONG_PARAM 0x55
This table should be used as an enum with the name RFE_RET_VALUE. This type is used in the following
description. It is used as an unsigned char.