cms_WapStackApi.h
上传用户:amanda_214
上传日期:2014-04-26
资源大小:163k
文件大小:2k
开发平台:

C/C++

  1. /* $id:WapStackApi.h  V1.0 2002/09/20 */
  2. /******************************************************************************
  3.  *  This source code has been made available to you by CORETEK  on
  4.  *  AS-IS.Anyone receiving this source is licensed under
  5.  *  CORETEK copyrights to use it in any way he or she deems fit,including
  6.  *  copying it,modifying it,compiling it,and redistributing it either with
  7.  *  or without modifictions.
  8.  *
  9.  *
  10.  *  Any person who transfers this source code or any derivative work must
  11.  *  include the CORETEK copyright notice, this paragraph,and the preceding
  12.  *  two paragraphs in the transferred software.
  13.  *
  14.  *
  15.  *       COPYRIGHT CORETEK CORPORATION 2001
  16.  *     LICENSED MATERIAL - PROGRAM PROPERTY OF CORETEK
  17.  *****************************************************************************/
  18. /******************************************************************************
  19.  *
  20.  *  FILE: WapStackApi.h
  21.  *
  22.  *  MODULE: wap stack
  23.  *
  24.  *  PURPOSE: Define the wap socket api.
  25.  *
  26.  *  AUTHOR(S):XXLIN
  27.  *
  28.  *  GROUP:TERMINAL 
  29.  *
  30.  *  DATE CREATED:2002/09/20
  31.  *
  32.  *  REFERENCE DOCUMENT ID:
  33.  *
  34.  *  MODIFICATIONS:
  35.  *  Date          user Name       Description
  36.  *  2002/09/20    XXLIN           Create this file
  37.  *********************************************************************************/
  38. #ifndef _WAPSTACKAPI_H_
  39. #define _WAPSTACKAPI_H_
  40. #include "sysTypes.h"
  41. T_EXTERN T_HWORD wap_session;
  42. #ifdef __cplusplus
  43. T_EXTERN "C"{
  44. #endif
  45. T_UBYTE wap_begin(T_VOID);
  46. T_HWORD BeginToLoad(T_CHAR * url,T_BYTE *Header[],T_HWORD Header_len);
  47. T_HWORD Dwap_Send(T_BYTE *Url,
  48. T_UBYTE * Body,T_WORD Body_len,
  49. T_BYTE *Header[],T_HWORD Header_len,
  50. T_UBYTE *ContentType);
  51. T_UHWORD wap_is_connected(T_VOID);
  52. T_VOID  wap_exit(T_VOID);
  53. T_HWORD Wap_Ok(void);
  54. T_HWORD  Wap_Peek_Ok(void);
  55. T_VOID wap_setparam(T_CONST T_CHAR * wapgateway,T_WORD wapport,T_WORD MaxCsdu,T_WORD MaxSsdu);
  56. #ifdef __cplusplus
  57. }
  58. #endif
  59. #endif