/[H7]/trunk/H7 Server/TcpClientClass.h
ViewVC logotype

Contents of /trunk/H7 Server/TcpClientClass.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (show annotations) (download)
Wed Jan 31 12:42:51 2007 UTC (17 years, 3 months ago) by hedin
File MIME type: text/plain
File size: 192 byte(s)
Communication established between PIC and client:D
1 #pragma once
2 #include "afxsock.h"
3
4
5
6 class TcpClientClass :
7 public CSocket
8 {
9 public:
10 TcpClientClass(void);
11 ~TcpClientClass(void);
12 virtual void OnReceive(int nErrorCode);
13
14 };

  ViewVC Help
Powered by ViewVC 1.1.20