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 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h index 3afdb16..6bfda45 100644 --- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h +++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h @@ -68,4 +68,7 @@ afx_msg void OnBnClickedButtonCtrlOnlineLocal(); afx_msg void OnBnClickedButtonCtrlOnlineRemote(); afx_msg void OnBnClickedButtonQueryControlState(); + afx_msg void OnBnClickedButtonQueryProcessState(); + afx_msg void OnBnClickedButtonQueryAllSvid(); + afx_msg void OnBnClickedButtonQueryAllCeid(); }; -- Gitblit v1.9.3