From 6b306b81f8a07c3e36676a0a5c305b3b1ea68c60 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期五, 09 一月 2026 15:33:05 +0800 Subject: [PATCH] 1.实现S1F23_QueryAllCEID和S1F11_QueryAllSVID --- SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h index 6dd9524..6bfda45 100644 --- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h +++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h @@ -69,4 +69,6 @@ afx_msg void OnBnClickedButtonCtrlOnlineRemote(); afx_msg void OnBnClickedButtonQueryControlState(); afx_msg void OnBnClickedButtonQueryProcessState(); + afx_msg void OnBnClickedButtonQueryAllSvid(); + afx_msg void OnBnClickedButtonQueryAllCeid(); }; -- Gitblit v1.9.3