📄 cms_wsp2wtp.h
字号:
/******************************************************************************
C H E A D E R F I L E
(c) Copyright MobileSoft Technology (NanJing) Co.,LTD. 2001-2002
ALL RIGHTS RESERVED
*******************************************************************************
Project Name: WAP STACK Ver 1.20
File Name : Cms_WSP2WTP.h
Description : To Implement Browser application
Last Modify : 06/22/2002
Written By : Mobilesoft Technology
******************************************************************************/
#ifndef _CMS_WSP2WTP_H
#define _CMS_WSP2WTP_H
/*********************************************************/
#include "Cms_WAPTypes.h"
#include "Cms_WTP.h"
/********************************************************/
CMS_VOID octstr_append_uint8(Octstr *os, CMS_U32 uintdata);
CMS_VOID octstr_append_uintvar(Octstr *pdu, CMS_S64 n);
WTPEvent * WSPCreateConnectInvoke(CMS_VOID);
WTPEvent * WSPCreateGetInvoke(CMS_VOID);
WSPEvent * WSPCreateSConnectRequest(CMS_VOID);
WSPEvent * WSPCreateSMethodInvokeRequest(CMS_S32 method_type, P_CMS_U8 url, HTTPHeader *headers,
P_CMS_U8 content_type, P_CMS_U8 data, CMS_U32 dataLen);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -