sms_error.h
上传用户:mei_mei897
上传日期:2007-01-05
资源大小:82k
文件大小:4k
源码类别:

手机短信编程

开发平台:

Unix_Linux

  1. /* -------------------------------------------------------------------- */
  2. /* SMS Client, send messages to mobile phones and pagers */
  3. /* */
  4. /* sms_error.h */
  5. /* */
  6. /*  Copyright (C) 1997,1998 Angelo Masci */
  7. /* */
  8. /*  This library is free software; you can redistribute it and/or */
  9. /*  modify it under the terms of the GNU Library General Public */
  10. /*  License as published by the Free Software Foundation; either */
  11. /*  version 2 of the License, or (at your option) any later version. */
  12. /* */
  13. /*  This library is distributed in the hope that it will be useful, */
  14. /*  but WITHOUT ANY WARRANTY; without even the implied warranty of */
  15. /*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU */
  16. /*  Library General Public License for more details. */
  17. /* */
  18. /*  You should have received a copy of the GNU Library General Public */
  19. /*  License along with this library; if not, write to the Free */
  20. /*  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
  21. /* */
  22. /*  You can contact the author at this e-mail address: */
  23. /* */
  24. /*  angelo@styx.demon.co.uk */
  25. /* */
  26. /* -------------------------------------------------------------------- */
  27. /* $Id: sms_error.h,v 5.1 1998/02/01 07:10:39 root Exp root $
  28.    -------------------------------------------------------------------- */
  29. /* -------------------------------------------------------------------- */
  30. #define UNDEFINED -1
  31. /* -------------------------------------------------------------------- */
  32. #define EMESSAGETOOLONG 1
  33. #define EUSAGE 2
  34. #define ENOSERVICE 3
  35. #define ENAMEEXPANSION 4
  36. #define ESIGERR 5
  37. #define EOPENLOG 6
  38. #define EMALLOC 7
  39. #define EDIAL 8
  40. /* -------------------------------------------------------------------- */
  41. #define EDELIVERY 10 /* One or more messages were */
  42. /* failed to be delivered */
  43. /* -------------------------------------------------------------------- */
  44. #define EVODAFONE_NORESPONSE 30
  45. #define EVODAFONE_NONUMBER 31
  46. #define EVODAFONE_NOMESSAGE 32
  47. #define EVODAFONE_NODELIVERY 33
  48. #define EORANGE_NORESPONSE 40
  49. #define EORANGE_NOSERVICE 41
  50. #define EORANGE_NONUMBER 42
  51. #define EORANGE_NOMESSAGE 43
  52. #define EORANGE_NODELIVERY 44
  53. #define EORANGE_NODISCONNECT 45
  54. #define EPAGEONE_NORESPONSE 50
  55. #define EPAGEONE_NONUMBER 51
  56. #define EPAGEONE_NOSERVICE 52
  57. #define EPAGEONE_NOMESSAGE 53
  58. #define EPAGEONE_NODELIVERY 54
  59. #define EPAGEONE_ALPHA 55
  60. #define ETAP_NOACK 60
  61. #define ETAP_NOLOGIN 61
  62. #define ETAP_NOREADY 62
  63. #define ETAP_NOMESSAGE 63
  64. #define ETAP_NODELIVERY 64
  65. #define ETAP_NODISCONNECT  65
  66. #define EVODACOM_NORESPONSE 70
  67. #define EVODACOM_NONUMBER 71
  68. #define EVODACOM_NOMESSAGE 72
  69. #define EMTN_NORESPONSE 80
  70. #define EMTN_NONUMBER 81
  71. #define EMTN_NODELIVERY 82
  72. #define EONE2ONE_NORESPONSE 90
  73. #define EONE2ONE_NONUMBER 91
  74. #define EONE2ONE_NOSERVICE 92
  75. #define EONE2ONE_NOMESSAGE 93
  76. #define EONE2ONE_NODELIVERY 94
  77. #define EONE2ONE_ALPHA 95
  78. #define ELIBERTEL_NORESPONSE    100
  79. #define ELIBERTEL_NONUMBER   101
  80. #define ELIBERTEL_NOMESSAGE     102
  81. #define ELIBERTEL_NODELIVERY    103
  82. #define ETIM_NORESPONSE         110
  83. #define ETIM_NONUMBER           111
  84. #define ETIM_NOSERVICE          112
  85. #define ETIM_NOMESSAGE          113
  86. #define ETIM_NODELIVERY         114
  87. #define ETIM_ALPHA         115
  88. #define ETIM_NODISCONNECT  116
  89. #define EVODAPAGE_BLOCK_NOID       120
  90. #define EVODAPAGE_BLOCK_NONUMBER   121
  91. #define EVODAPAGE_BLOCK_NODELIVERY 122
  92. #define ESNPP_NORESPONSE     130
  93. #define ESNPP_NONUMBER   131
  94. #define ESNPP_NOMESSAGE   132
  95. #define ESNPP_NODELIVERY   133
  96. #define ESNPP_NODISCONNECT    134
  97. #define EKPN_NOWELCOME  140
  98. #define EKPN_NORETURN  141
  99. #define EKPN_NOMENU1 142
  100. #define EKPN_NOMENU2  143
  101. #define EKPN_NOMENU3  144
  102. #define EKPN_NONUMBER  145
  103. #define EKPN_NOMESSAGE  146
  104. #define EKPN_NOCONFIRM  147
  105. #define EKPN_NOSEND  149
  106. #define EANSWER_NONUMBER  150
  107. #define EANSWER_NOMESSAGE 151
  108. #define EANSWER_NODELIVERY 152
  109. #define EANSWER_NODISCONNECT 160
  110. #define EANSWER_NOACK 161
  111. #define EANSWER_NOLOGIN 162
  112. /* -------------------------------------------------------------------- */
  113. /* -------------------------------------------------------------------- */