Undocumented: adl_call... error return values

The descriptions of adl_callSetup, adl_callHangup, and adl_callAnswer say,

But the possible error values are not listed.

/*****************************************************************/
/
Function : adl_callSetup /
/
-------------------------------------------------------------------------
/
/
Object : Setup a call /
/
/
/
Return : OK on success /
/
ADL_RET_ERR_PARAM on parameter error /
/
/
/
-------------------------------------------------------------------------
/
/
Variable Name |IN |OUT|GLB| Utilisation /
/
--------------------±–±--±–±---------------------------------------
/
/
PhoneNum | x | | | Phone number to dial /
/
--------------------±–±--±–±---------------------------------------
/
/
Mode | x | | | Call mode /
/
--------------------±–±--±–±---------------------------------------
/
/***************************************************************************/
s8 adl_callSetup ( ascii * PhoneNum, u8 Mode );

//
/
Error return codes /
/
/

#define ADL_RET_ERR_PARAM -2

As usual redundant documentation n useless documentation from wavecom.

u can see this they have spelled “documentation” as “documantation” for this topic in this forum. :laughing: