Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
cms_WapStackApi.h
Package: mms.rar [view]
Upload User: amanda_214
Upload Date: 2014-04-26
Package Size: 163k
Code Size: 2k
Category:
MMS
Development Platform:
C/C++
- /* $id:WapStackApi.h V1.0 2002/09/20 */
- /******************************************************************************
- * This source code has been made available to you by CORETEK on
- * AS-IS.Anyone receiving this source is licensed under
- * CORETEK copyrights to use it in any way he or she deems fit,including
- * copying it,modifying it,compiling it,and redistributing it either with
- * or without modifictions.
- *
- *
- * Any person who transfers this source code or any derivative work must
- * include the CORETEK copyright notice, this paragraph,and the preceding
- * two paragraphs in the transferred software.
- *
- *
- * COPYRIGHT CORETEK CORPORATION 2001
- * LICENSED MATERIAL - PROGRAM PROPERTY OF CORETEK
- *****************************************************************************/
- /******************************************************************************
- *
- * FILE: WapStackApi.h
- *
- * MODULE: wap stack
- *
- * PURPOSE: Define the wap socket api.
- *
- * AUTHOR(S):XXLIN
- *
- * GROUP:TERMINAL
- *
- * DATE CREATED:2002/09/20
- *
- * REFERENCE DOCUMENT ID:
- *
- * MODIFICATIONS:
- * Date user Name Description
- * 2002/09/20 XXLIN Create this file
- *********************************************************************************/
- #ifndef _WAPSTACKAPI_H_
- #define _WAPSTACKAPI_H_
- #include "sysTypes.h"
- T_EXTERN T_HWORD wap_session;
- #ifdef __cplusplus
- T_EXTERN "C"{
- #endif
- T_UBYTE wap_begin(T_VOID);
- T_HWORD BeginToLoad(T_CHAR * url,T_BYTE *Header[],T_HWORD Header_len);
- T_HWORD Dwap_Send(T_BYTE *Url,
- T_UBYTE * Body,T_WORD Body_len,
- T_BYTE *Header[],T_HWORD Header_len,
- T_UBYTE *ContentType);
- T_UHWORD wap_is_connected(T_VOID);
- T_VOID wap_exit(T_VOID);
- T_HWORD Wap_Ok(void);
- T_HWORD Wap_Peek_Ok(void);
- T_VOID wap_setparam(T_CONST T_CHAR * wapgateway,T_WORD wapport,T_WORD MaxCsdu,T_WORD MaxSsdu);
- #ifdef __cplusplus
- }
- #endif
- #endif