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 | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/CHsmsActive.h b/SourceCode/Bond/EAPSimulator/CHsmsActive.h index 6e4b39e..664193a 100644 --- a/SourceCode/Bond/EAPSimulator/CHsmsActive.h +++ b/SourceCode/Bond/EAPSimulator/CHsmsActive.h @@ -31,6 +31,12 @@ // Are You There int hsmsAreYouThere(); + // 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