tcpudp.hrh
上传用户:sempras
上传日期:2007-03-04
资源大小:821k
文件大小:1k
- //
- // tcpudp.hrh
- //
- // Copyright (C) 2001, Forum Nokia - The Developer Community
- //
- //
- ////////////////////////////////////////////////////////////////
- //
- // This file defines commands for use in the resource file and
- // in the C++ source file.
- //
- #ifndef __TCPUDP_HRH
- #define __TCPUDP_HRH
- enum
- {
- ETcpUdpCmdFileName=0x10,
- ESocketAbout,
- ESocketSetButton,
- ESocketSendButton,
- ESocketClearButton,
- ESocketStart,
- ESocketStop,
- ESocketOptions,
- ESocketClearScreen,
- EProtocol,
- ELocalPort,
- ERemotePort,
- ECount,
- EPacketSize,
- ERemoteAddr,
- ETrace
- };
- enum {
- UDP=0,
- TCP=1
- };
- enum {
- NO_TRACE=0,
- YES_TRACE=1
- };
- #endif