⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aapipush.h

📁 是一个手机功能的模拟程序
💻 H
字号:
/*
 * Copyright (C) Ericsson Mobile Communications AB, 2000.
 * Licensed to AU-System AB.
 * All rights reserved.
 *
 * This software is covered by the license agreement between
 * the end user and AU-System AB, and may be used and copied
 * only in accordance with the terms of the said agreement.
 *
 * Neither Ericsson Mobile Communications AB nor AU-System AB
 * assumes any responsibility or liability for any errors or inaccuracies in
 * this software, or any consequential, incidental or indirect damage arising
 * out of the use of the Generic WAP Client software.
 */
#ifndef AAPIPUSH_H
#define AAPIPUSH_H


#include "wipprdct.h"

#if defined CONFIG_PUSH

#include "tapicmmn.h"

#define PUSH_LOW_PRIO		1
#define PUSH_MEDIUM_PRIO	2
#define PUSH_HIGH_PRIO		3
#define PUSH_CACHE_PRIO		4

#define PUSH_STATUS_NON_LOADED   4
#define PUSH_STATUS_LOADED       5

#define PUSH_DELETED		1
#define PUSH_SI_REPLACED	2
#define PUSH_SL_REPLACED	3

#define APPLICATION_WML	1
#define APPLICATION_WTA	2




VOID    PUSHa_newSIReceived (INT16 id, UINT32 created, UINT32 expires, const WCHAR *message, BOOL expired, const CHAR *url, UINT8 priority, const BYTE *initURL, UINT8 applicationType, UINT8 newChannelId);

VOID    PUSHa_SIinfo (INT16 id, UINT8 status, UINT32 created, UINT32 expires, const WCHAR *message, BOOL expired, const CHAR *url, UINT8 priority, const CHAR *initURL);

VOID    PUSHa_newSLReceived (INT16 id, const CHAR *url, UINT8 priority, const BYTE *initURL, UINT8 applicationType, UINT8 newChannelId);

VOID    PUSHa_SLinfo (INT16 id, UINT8 status, const CHAR *url, UINT8 priority, const CHAR *initURL);

VOID    PUSHa_messagechange (INT16 id, UINT8 change, UINT32 created, UINT32 expires, const WCHAR *message, BOOL expired, const CHAR *url, UINT8 priority, const BYTE *initURL, UINT8 applicationType);

VOID    PUSHa_requestConnection (UINT8 siaId, UINT16 stackMode, UINT8 accessType, const CHAR *address, UINT8 addresslen);

VOID    PUSHa_repositoryFull(VOID);
#endif


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -