SourceCode/Bond/Servo/HsmsPassive.h
@@ -38,11 +38,12 @@
   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 replyAreYouThere(IMessage* pRecv);
   int replyEstablishCommunications(IMessage* pRecv);
   int replyDatetime(IMessage* pRecv);
   int replyEanbleDisableEventReport(IMessage* pRecv);
   int replyEanbleDisableAlarmReport(IMessage* pRecv);
   int replyQueryPPIDList(IMessage* pRecv);
   int replyTerminalDisplay(IMessage* pRecv);
private: