#pragma once #ifndef _INCLUDE_COREWORK_TESTSKT_H #define _INCLUDE_COREWORK_TESTSKT_H #include "sysapi.h" class CTestSkt { public: CTestSkt(void); ~CTestSkt(void); int Init(const char* pszip, int port); int Send(const char* msg, char* res = 0); int Recv(char* res, const char* key/* = 0*/, int timeout/* = 0*/); protected: void Deinit(); private: }; #endif //·ÀÖ¹ÖØ¸´°üº¬