📄 wae_wsp.h
字号:
/*
* 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.
*/
/* Program generated by SDT Cmicro, version 1.33 */
#ifndef XX_WAE_WSP_H
#define XX_WAE_WSP_H
#ifndef XSCT_CMICRO
#define XSCT_CMICRO
#endif
/*************************************************************************
** SECTION Types and Forward references **
*************************************************************************/
extern void yInit_WAE_WSP XPP((void));
/*****
* 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;
/*****
* 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;
/*****
* 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;
/*****
* 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;
/*****
* 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;
/*****
* 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;
/*****
* NEWTYPE SPushAbortIndType (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),34)
******/
typedef struct z_WAE_WSP_1A_SPushAbortIndType_s {
SDL_Integer SourcePort;
SDL_Integer ClientPushId;
SDL_Natural Reason;
} z_WAE_WSP_1A_SPushAbortIndType;
/*****
* NEWTYPE SSuspendReqType (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),164(100,40),1)
******/
typedef struct z_WAE_WSP_1B_SSuspendReqType_s {
SDL_Integer SourcePort;
} z_WAE_WSP_1B_SSuspendReqType;
/*****
* NEWTYPE SSuspendIndType (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),164(100,40),5)
******/
typedef struct z_WAE_WSP_1C_SSuspendIndType_s {
SDL_Integer SourcePort;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -