LAPTOP-SNT8I5JK\Boounion
2025-01-16 702b614519289b33aee26c456dc22ffde0c09dda
SourceCode/Bond/Servo/HsmsPassive.h
@@ -35,12 +35,15 @@
   int requestAlarmReport(int ALCD, int ALID, const char* ALTX);
private:
   void replyAck(int s, int f, unsigned int systemBytes, BYTE ack, const char* pszAckName);
   /* reply开头的函数为回复函数 */
   int replyAreYouThere(unsigned int systemBytes);
   int replyEstablishCommunications(unsigned int systemBytes);
   int replyDatetime(IMessage* pRecv);
   int replyEanbleDisableEventReport(IMessage* pRecv);
   int replyEanbleDisableAlarmReport(IMessage* pRecv);
   int replyTerminalDisplay(IMessage* pRecv);
private:
   inline void Lock() { EnterCriticalSection(&m_criticalSection); }