2024-10-23 09:01 AM
When making a call to the auto-generated API Custom_STM_App_Update_Char_Ext(), there is a switch statement inside the call that looks as follows:
As can be seen, there is a call Generic_STM_App...(). This Generic function detects errors and returns any errors (as well as OK), but unfortunately, the way the calling Custom...() API is structured doesn't allow passing the return value back from the Generic..() call. Is there a way to fix this issue w/o creating my own function to perform this error detection... THANK YOU IN ADVANCE
2024-11-19 07:02 AM
Hello @dsmail1
Thank you so much for your contribution. I've escalated your request internally to review the possibility to modify the function according to your request (under internal ticket number 196582). For now, you can modify the function so it can return the output that you are looking for.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.