| | |
| | | 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); } |