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

Contents of /trunk/H7 Server/TcpClientClass.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (show annotations) (download)
Wed Jan 31 17:22:59 2007 UTC (17 years, 3 months ago) by hedin
File MIME type: text/plain
File size: 275 byte(s)
Made the selection of baud rate work (well, make everything work - including multiple clients)
1 #pragma once
2 #include "afxsock.h"
3
4
5
6 class TcpClientClass :
7 public CSocket
8 {
9 public:
10 bool isClosed;
11
12 TcpClientClass(void);
13 ~TcpClientClass(void);
14 virtual void OnReceive(int nErrorCode);
15
16 void SendReply(void);
17 virtual void OnClose(int nErrorCode);
18 };

  ViewVC Help
Powered by ViewVC 1.1.20