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

📄 wae_wsp.ifc

📁 是一个手机功能的模拟程序
💻 IFC
📖 第 1 页 / 共 3 页
字号:
/*
 * Copyright (C) Ericsson Mobile Communications AB, 2001.
 * 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 X_IFC_z_WAE_WSP__WAE_WSP
#define X_IFC_z_WAE_WSP__WAE_WSP
#define XMK_IFC_TIME 992930570

/* *************** DECLARATIONS IN PACKAGE WAE_WSP *************** */


/*---------------------------- INCLUDE FILES ----------------------------*/
#include "ctypes.ifc"
#include "glbldecl.ifc"

/*------------------------------- SORTS ---------------------------------*/

/*****
* NEWTYPE SUnitMethodInvokeReqType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionLess),212(25,45),3)
******/
typedef struct SUnitMethodInvokeReqType_s {
    AddressType  ServerAddress;
    AddressType  ClientAddress;
    SDL_Octet  TransactionId;
    SDL_Octet  Method;
    SDL_Integer  URILen;
    SDL_Integer  HeadersLen;
    SDL_Integer  BodyLen;
    z_ctypes_4_VoidStar  RequestURI;
    z_ctypes_4_VoidStar  RequestHeaders;
    z_ctypes_4_VoidStar  RequestBody;
} SUnitMethodInvokeReqType;

/*****
* NEWTYPE SUnitMethodResultIndType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionLess),212(25,45),16)
******/
typedef struct SUnitMethodResultIndType_s {
    AddressType  ClientAddress;
    AddressType  ServerAddress;
    SDL_Octet  TransactionId;
    SDL_Octet  Status;
    SDL_Integer  HeadersLen;
    SDL_Integer  BodyLen;
    z_ctypes_4_VoidStar  ResponseHeaders;
    z_ctypes_4_VoidStar  ResponseBody;
} SUnitMethodResultIndType;

/*****
* NEWTYPE SUnitPushIndType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionLess),212(25,45),27)
******/
typedef struct SUnitPushIndType_s {
    AddressType  ClientAddress;
    AddressType  ServerAddress;
    SDL_Octet  PushId;
    SDL_Integer  HeadersLen;
    SDL_Integer  BodyLen;
    z_ctypes_4_VoidStar  PushHeaders;
    z_ctypes_4_VoidStar  PushBody;
} SUnitPushIndType;

/*****
* NEWTYPE SConnectReqType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode1),119(25,40),1)
******/
typedef struct SConnectReqType_s {
    AddressType  ServerAddress;
    AddressType  ClientAddress;
    SDL_Integer  HeadersLen;
    z_ctypes_4_VoidStar  ClientHeaders;
    SDL_Natural  ClientSDUSize;
    SDL_Natural  ServerSDUSize;
    SDL_Octet  ProtocolOptions;
    SDL_Octet  MethodMOR;
    SDL_Octet  PushMOR;
} SConnectReqType;

/*****
* NEWTYPE SConnectCnfType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode1),119(25,40),13)
******/
typedef struct SConnectCnfType_s {
    SDL_Integer  SourcePort;
    SDL_Natural  HeadersLen;
    z_ctypes_4_VoidStar  ServerHeaders;
    SDL_Natural  ClientSDUSize;
    SDL_Natural  ServerSDUSize;
    SDL_Octet  ProtocolOptions;
    SDL_Octet  MethodMOR;
    SDL_Octet  PushMOR;
} SConnectCnfType;

/*****
* NEWTYPE SDisconnectType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode1),122(25,125),1)
******/
typedef struct SDisconnectType_s {
    SDL_Integer  SourcePort;
    SDL_Natural  ReasonCode;
    SDL_Boolean  RedirectSecurity;
    SDL_Integer  AddressesLen;
    SDL_Integer  HeadersLen;
    SDL_Integer  BodyLen;
    z_ctypes_4_VoidStar  RedirectAddresses;
    z_ctypes_4_VoidStar  ErrorHeaders;
    z_ctypes_4_VoidStar  ErrorBody;
} SDisconnectType;

/*****
* NEWTYPE SMethodInvokeReqType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode2),140(20,40),1)
******/
typedef struct SMethodInvokeReqType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  ClientTransactionId;
    SDL_Octet  Method;
    SDL_Integer  URILen;
    SDL_Integer  HeadersLen;
    SDL_Integer  BodyLen;
    z_ctypes_4_VoidStar  RequestURI;
    z_ctypes_4_VoidStar  RequestHeaders;
    z_ctypes_4_VoidStar  RequestBody;
    SDL_Boolean  AllowSegmentedResult;
    SDL_Boolean  MoreData;
    SDL_Natural  TotalSize;
} SMethodInvokeReqType;

/*****
* NEWTYPE SMethodInvokeCnfType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode2),140(20,40),16)
******/
typedef struct SMethodInvokeCnfType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  ClientTransactionId;
} SMethodInvokeCnfType;

/*****
* NEWTYPE SMethodResultIndType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode2),143(20,115),1)
******/
typedef struct SMethodResultIndType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  ClientTransactionId;
    SDL_Octet  Status;
    SDL_Integer  HeadersLen;
    SDL_Integer  BodyLen;
    z_ctypes_4_VoidStar  ResponseHeaders;
    z_ctypes_4_VoidStar  ResponseBody;
    SDL_Boolean  MoreData;
    SDL_Natural  TotalSize;
    SDL_Boolean  FirstSegment;
} SMethodResultIndType;

/*****
* NEWTYPE SMethodResultResType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode2),143(20,115),14)
******/
typedef struct SMethodResultResType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  ClientTransactionId;
    z_ctypes_4_VoidStar  AcknowledgementHeaders;
} SMethodResultResType;

/*****
* NEWTYPE SMethodAbortReqType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode2),146(20,180),1)
******/
typedef struct z_WAE_WSP_14_SMethodAbortReqType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  TransactionId;
} z_WAE_WSP_14_SMethodAbortReqType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SMethodAbortReqType z_WAE_WSP_14_SMethodAbortReqType
#else
#define SMethodAbortReqType z_WAE_WSP_14_SMethodAbortReqType
#endif

/*****
* NEWTYPE SMethodAbortIndType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode2),146(20,180),6)
******/
typedef struct z_WAE_WSP_15_SMethodAbortIndType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  TransactionId;
    SDL_Natural  Reason;
} z_WAE_WSP_15_SMethodAbortIndType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SMethodAbortIndType z_WAE_WSP_15_SMethodAbortIndType
#else
#define SMethodAbortIndType z_WAE_WSP_15_SMethodAbortIndType
#endif

/*****
* NEWTYPE SPushIndType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode3),167(20,40),1)
******/
typedef struct z_WAE_WSP_16_SPushIndType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  HeadersLen;
    SDL_Integer  BodyLen;
    z_ctypes_4_VoidStar  PushHeaders;
    z_ctypes_4_VoidStar  PushBody;
} z_WAE_WSP_16_SPushIndType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SPushIndType z_WAE_WSP_16_SPushIndType
#else
#define SPushIndType z_WAE_WSP_16_SPushIndType
#endif

/*****
* NEWTYPE SConfirmedPushIndType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode3),167(20,40),9)
******/
typedef struct z_WAE_WSP_17_SConfirmedPushIndType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  ClientPushId;
    SDL_Integer  HeadersLen;
    SDL_Integer  BodyLen;
    z_ctypes_4_VoidStar  PushHeaders;
    z_ctypes_4_VoidStar  PushBody;
} z_WAE_WSP_17_SConfirmedPushIndType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SConfirmedPushIndType z_WAE_WSP_17_SConfirmedPushIndType
#else
#define SConfirmedPushIndType z_WAE_WSP_17_SConfirmedPushIndType
#endif

/*****
* NEWTYPE SConfirmedPushResType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode3),167(20,40),18)
******/
typedef struct z_WAE_WSP_18_SConfirmedPushResType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  ClientPushId;
    z_ctypes_4_VoidStar  AcknowledgementHeaders;
} z_WAE_WSP_18_SConfirmedPushResType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SConfirmedPushResType z_WAE_WSP_18_SConfirmedPushResType
#else
#define SConfirmedPushResType z_WAE_WSP_18_SConfirmedPushResType
#endif

/*****
* NEWTYPE SPushAbortReqType  (TYPE section)
* <<PACKAGE WAE_WSP>>
* #SDTREF(SDL,D:\WIP\Maintenance\4.x\System\SystemConfigurations\base_co\sdl\packages\cnf_co_cl__wae_wsp.sun(ConnectionMode3),167(20,40),28)
******/
typedef struct z_WAE_WSP_19_SPushAbortReqType_s {
    SDL_Integer  SourcePort;
    SDL_Integer  ClientPushId;
    SDL_Natural  Reason;
} z_WAE_WSP_19_SPushAbortReqType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SPushAbortReqType z_WAE_WSP_19_SPushAbortReqType
#else
#define SPushAbortReqType z_WAE_WSP_19_SPushAbortReqType

⌨️ 快捷键说明

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