tcpudp.hrh

来自「基于symbian的收发SMS、MMS消息」· HRH 代码 · 共 47 行

HRH
47
字号
//
//    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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?