7 Teleservice Application Framework
User Manual 132/374
No actual value (available) error
Asynchronous operation still in progress
Example
// Error code handling example
sint16 s16_Result;
s16_Result = x_sys_stay_alive(X_ON);
if (s16_Result == C_NO_ERR)
{
; // if reached then this means that function x_sys_stay_alive(..)
// has been executed successfully!
}