| typedef void(* EC_API_SLV_CBStackError_t) (void *pAppRunCtxt, uint32_t errorCode, uint8_t fatal, uint8_t numOfParam, va_list arg) |
Called on severe Stack error (OSAL_error)
| [in] | pAppRunCtxt | CallBack Content for use in complex applications. |
| [in] | errorCode | Error code from DTK Stack |
| [in] | fatal | Error type |
| [in] | numOfParam | number of upcoming parameters |
| [in] | arg | rest of parameters |