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/Servo/HsmsPassive.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/HsmsPassive.h b/SourceCode/Bond/Servo/HsmsPassive.h index e38ccb5..3461a77 100644 --- a/SourceCode/Bond/Servo/HsmsPassive.h +++ b/SourceCode/Bond/Servo/HsmsPassive.h @@ -234,6 +234,8 @@ int replyAreYouThere(IMessage* pRecv); int replyEstablishCommunications(IMessage* pRecv); int replySelectedEquipmentStatusData(IMessage* pRecv); + int replyStatusVariableNamelistRequest(IMessage* pRecv); // S1F11/S1F12 + int replyCollectionEventNamelistRequest(IMessage* pRecv); // S1F23/S1F24 int replyOnLine(IMessage* pRecv); int replyOffLine(IMessage* pRecv); int replyEquipmentConstantRequest(IMessage* pRecv); -- Gitblit v1.9.3