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

Contents of /trunk/H7 Server/TcpClientClass.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (show annotations) (download)
Thu Feb 1 07:39:56 2007 UTC (17 years, 3 months ago) by hedin
File MIME type: text/plain
File size: 347 byte(s)
Make TcpClientClass responsible for all the serial communication
1 #pragma once
2 #include "afxsock.h"
3
4
5
6 class TcpClientClass :
7 public CSocket
8 {
9 public:
10 bool isClosed;
11
12 short mLed3, mLed4, mLed5;
13 short mSw2, mSw3;
14 short mTemp, mPot;
15
16 TcpClientClass(void);
17 ~TcpClientClass(void);
18 virtual void OnReceive(int nErrorCode);
19
20 void SendReply(void);
21 virtual void OnClose(int nErrorCode);
22 };

  ViewVC Help
Powered by ViewVC 1.1.20