We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
头文件中,axk_event_handler_t实际是void*,使用axk_mqtt_client_register_event注册后,其如何接收参数?
#ifndef AXK_EVENT_DECLARE_BASE // Define event loop types if macros not available typedef void *axk_event_loop_handle_t; typedef void *axk_event_handler_t; #endif
The text was updated successfully, but these errors were encountered:
No branches or pull requests
头文件中,axk_event_handler_t实际是void*,使用axk_mqtt_client_register_event注册后,其如何接收参数?
The text was updated successfully, but these errors were encountered: