tcpudp.hrh
上传用户:sempras
上传日期:2007-03-04
资源大小:821k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. //
  2. //    tcpudp.hrh
  3. //
  4. //    Copyright (C) 2001, Forum Nokia - The Developer Community
  5. //
  6. //
  7. ////////////////////////////////////////////////////////////////
  8. //
  9. // This file defines commands for use in the resource file and
  10. // in the C++ source file.
  11. //
  12. #ifndef __TCPUDP_HRH
  13. #define __TCPUDP_HRH
  14. enum
  15. {
  16. ETcpUdpCmdFileName=0x10,
  17. ESocketAbout,
  18. ESocketSetButton,
  19. ESocketSendButton,
  20. ESocketClearButton,
  21. ESocketStart,
  22. ESocketStop,
  23. ESocketOptions,
  24. ESocketClearScreen,
  25. EProtocol,
  26. ELocalPort,
  27. ERemotePort,
  28. ECount,
  29. EPacketSize,
  30. ERemoteAddr,
  31. ETrace
  32. };
  33. enum {
  34. UDP=0,
  35. TCP=1
  36. };
  37. enum {
  38. NO_TRACE=0,
  39. YES_TRACE=1
  40. };
  41. #endif