You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have been using the library on a C++ project and would like to pass the this pointer to the Event Callback to be able to access my class instance.
Is it possible to add a void * pUserData field to the context and pass it to the callback?
Thank you!
The text was updated successfully, but these errors were encountered:
For reference, the post from FreeRTOS forum provides a temp solution for this scenario.
We'll keep this issue opened and make a plan to support user context in the callback.
Hello,
I have been using the library on a C++ project and would like to pass the this pointer to the Event Callback to be able to access my class instance.
Is it possible to add a void * pUserData field to the context and pass it to the callback?
Thank you!
The text was updated successfully, but these errors were encountered: