Description |
||||
Transfers the specified input parameters of the desired ECI function. Calls the appropriate ECI function within the Agile e6 process. Transfers the specified output parameters of the desired ECI function. If an ECI function finished successfully, then argument ret_code contains the name of the called ECI-function (e.g.: "eci_ins_ent"). If an error occurred, then the value of ret_code is set to "eci_error". In this case the parameter ret_par consists of function_name/error_message/error_number (these parameters can be read with eci_get_par).
|
||||
Syntax |
||||
int eci_call (edb_data_header *ipc_id, char *fun_code, eci_param *fun_par, char **ret_code, eci_param *ret_par) |
||||
|
||||
ipc_id
fun_code
fun_par
|
||||
|
||||
ret_code
ret_par
|
||||
|
||||
|