From c96ec4c44d31e4df6da3ce904fd3c6d8f3548c2d Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期五, 11 七月 2025 08:33:21 +0800 Subject: [PATCH] 1.终端信息显示模拟测试; --- SourceCode/Bond/EAPSimulator/CHsmsActive.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/CHsmsActive.h b/SourceCode/Bond/EAPSimulator/CHsmsActive.h index e04bd53..664193a 100644 --- a/SourceCode/Bond/EAPSimulator/CHsmsActive.h +++ b/SourceCode/Bond/EAPSimulator/CHsmsActive.h @@ -34,6 +34,9 @@ // Date time sync int hsmsDatetimeSync(); + // terminal display + int hsmsTerminalDisplay(BYTE tid, const char* pszText); + private: ACTIVEListener m_listener; IActive* m_pActive; -- Gitblit v1.9.3