param_types.h
上传用户:sdxhgc
上传日期:2013-09-14
资源大小:388k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #ifndef __PARAM_TYPES_H
  2. #define __PARAM_TYPES_H
  3. #define PARAM_SERVER_CODE 0x01
  4. #define PARAM_USER_NAME 0x02
  5. #define PARAM_PASSWORDS 0x03
  6. #define PARAM_APN 0x04
  7. #define PARAM_SIMPIN 0x05
  8. #define PARAM_LOCAL_MT 0x06
  9. #define PARAM_LOCAL_PORT 0x07
  10. #define PARAM_TIMEVAL 0x08
  11. #define PARAM_PACK_LEN 0x09
  12. #define PARAM_RECONNECT_INTERVAL 0x0a
  13. #define PARAM_DEBUG_TYPE 0x0b
  14. #define PARAM_LAST_PACKET_IDLE 0x0c
  15. #define PARAM_CENTER_ADDR 0x0d
  16. #define PARAM_CENTER_NAME 0x0e
  17. #define PARAM_DOMAIN_TTL 0x0f
  18. #define PARAM_CENTER_PORT 0x10
  19. #define PARAM_DNS_ADDR 0x11
  20. #define PARAM_SEC_CENTER_ADDR 0x20
  21. #define PARAM_SEC_CENTER_PORT 0x21
  22. #define PARAM_SERIAL_PORT 0x12
  23. #define PARAM_MT_TYPE 0x13
  24. #define PARAM_CALL_TYPE 0x14
  25. #define PARAM_CALL_TIMEVAL 0x15
  26. #define PARAM_OFF_LINETIME 0x16
  27. #define PARAM_PEER_MT 0x17
  28. #define PARAM_TRANSPORT_TYPE 0x18
  29. #define PARAM_DSC_CONNECTION_TYPE 0x19
  30. #define PARAM_VERSION 0x30
  31. #define PARAM_HARDWARE_VERSION 0x31
  32. #define PARAM_PROGRAM_BUILT_DATE 0x32
  33. #define PARAM_TCP_KEEPALIVE 0x22
  34. #define PARAM_IDENTIFIER_SEPARATOR 0x23
  35. #endif