请求原处理应用程序关闭。
此函数要求原处理应用程序关闭,且仅应在使用 mco_fh_mod_start() 启动模块执行之后以及调用 mco_fh_mod_stop() 之前调用。
mco_fh_mod_start()
mco_fh_mod_stop()
void mco_fh_app_stop(void);
没有参数。
没有返回值。
{ ... mco_fh_app_stop(); ... }