📄 cms_wapbox.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_WAPBox.h
Description : To Implement Browser application
Last Modify : 06/22/2002
Written By : Mobilesoft Technology
******************************************************************************/
#ifndef _CMS_WAPBOX_H
#define _CMS_WAPBOX_H
#include "Cms_WAPTypes.h"
#include "Cms_WAPMsg.h"
CMS_VOID put_msg_in_queue(Msg *msg);
CMS_VOID Cms_WAPStackInit(int target);
CMS_VOID Cms_UDPToWAP(P_CMS_U8 buf, CMS_S32 bytes) ;
CMS_S32 Cms_ConnectGateway(CMS_VOID);
extern CMS_VOID Cms_WAPSendUDP(P_CMS_U8 buf, CMS_S32 len);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -