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

📄 wae_wsp.ifc

📁 是一个手机功能的模拟程序
💻 IFC
📖 第 1 页 / 共 3 页
字号:
#endif

/*****
* 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;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SPushAbortIndType z_WAE_WSP_1A_SPushAbortIndType
#else
#define SPushAbortIndType z_WAE_WSP_1A_SPushAbortIndType
#endif

/*****
* 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;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SSuspendReqType z_WAE_WSP_1B_SSuspendReqType
#else
#define SSuspendReqType z_WAE_WSP_1B_SSuspendReqType
#endif

/*****
* 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;
    SDL_Natural  Reason;
} z_WAE_WSP_1C_SSuspendIndType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SSuspendIndType z_WAE_WSP_1C_SSuspendIndType
#else
#define SSuspendIndType z_WAE_WSP_1C_SSuspendIndType
#endif

/*****
* NEWTYPE SResumeCnfType  (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),10)
******/
typedef struct z_WAE_WSP_1D_SResumeCnfType_s {
    SDL_Integer  SourcePort;
} z_WAE_WSP_1D_SResumeCnfType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SResumeCnfType z_WAE_WSP_1D_SResumeCnfType
#else
#define SResumeCnfType z_WAE_WSP_1D_SResumeCnfType
#endif

/*****
* NEWTYPE SResumeReqType  (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),14)
******/
typedef struct SResumeReqType_s {
    AddressType  ServerAddress;
    AddressType  ClientAddress;
    SDL_Integer  HeadersLen;
    z_ctypes_4_VoidStar  ClientHeaders;
} SResumeReqType;

/*****
* NEWTYPE SExceptionIndType  (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),170(100,115),1)
******/
typedef struct z_WAE_WSP_1F_SExceptionIndType_s {
    SDL_Octet_String  ExceptionData;
} z_WAE_WSP_1F_SExceptionIndType;
#ifdef XPREFIX_NAMES_IN_IFC
#define pTYPE_SExceptionIndType z_WAE_WSP_1F_SExceptionIndType
#else
#define SExceptionIndType z_WAE_WSP_1F_SExceptionIndType
#endif

/*****
* NEWTYPE SUnitMethodInvokeReqType  (HEADING 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)
******/

#define yAssF_SUnitMethodInvokeReqType(V,E,A)  V = E
extern void yDef_SUnitMethodInvokeReqType XPP(( SUnitMethodInvokeReqType * ));
extern SDL_Boolean yEq_SUnitMethodInvokeReqType XPP(( SUnitMethodInvokeReqType,
  SUnitMethodInvokeReqType ));
#define yEqF_SUnitMethodInvokeReqType(Expr1,Expr2)  yEq_SUnitMethodInvokeReqType(Expr1,Expr2)
#define yNEqF_SUnitMethodInvokeReqType(Expr1,Expr2)  ( ! yEq_SUnitMethodInvokeReqType(Expr1,Expr2) )
extern SUnitMethodInvokeReqType yMake_SUnitMethodInvokeReqType
  XPP(( AddressType, AddressType, SDL_Octet, SDL_Octet, SDL_Integer,
  SDL_Integer, SDL_Integer, z_ctypes_4_VoidStar, z_ctypes_4_VoidStar,
  z_ctypes_4_VoidStar ));
#ifndef ANY_SUnitMethodInvokeReqType
#define ANY_SUnitMethodInvokeReqType  yMake_SUnitMethodInvokeReqType(ANY_AddressType, \
  ANY_AddressType, ANY_SDL_Octet, ANY_SDL_Octet, ANY_SDL_Integer, \
  ANY_SDL_Integer, ANY_SDL_Integer, ANY_z_ctypes_4_VoidStar, \
  ANY_z_ctypes_4_VoidStar, ANY_z_ctypes_4_VoidStar)
#endif
#define z_WAE_WSP_0U3_copy(P)  P

/*****
* NEWTYPE SUnitMethodResultIndType  (HEADING 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)
******/

#define yAssF_SUnitMethodResultIndType(V,E,A)  V = E
extern void yDef_SUnitMethodResultIndType XPP(( SUnitMethodResultIndType * ));
extern SDL_Boolean yEq_SUnitMethodResultIndType XPP(( SUnitMethodResultIndType,
  SUnitMethodResultIndType ));
#define yEqF_SUnitMethodResultIndType(Expr1,Expr2)  yEq_SUnitMethodResultIndType(Expr1,Expr2)
#define yNEqF_SUnitMethodResultIndType(Expr1,Expr2)  ( ! yEq_SUnitMethodResultIndType(Expr1,Expr2) )
extern SUnitMethodResultIndType yMake_SUnitMethodResultIndType
  XPP(( AddressType, AddressType, SDL_Octet, SDL_Octet, SDL_Integer,
  SDL_Integer, z_ctypes_4_VoidStar, z_ctypes_4_VoidStar ));
#ifndef ANY_SUnitMethodResultIndType
#define ANY_SUnitMethodResultIndType  yMake_SUnitMethodResultIndType(ANY_AddressType, \
  ANY_AddressType, ANY_SDL_Octet, ANY_SDL_Octet, ANY_SDL_Integer, \
  ANY_SDL_Integer, ANY_z_ctypes_4_VoidStar, ANY_z_ctypes_4_VoidStar)
#endif
#define z_WAE_WSP_0V3_copy(P)  P

/*****
* NEWTYPE SUnitPushIndType  (HEADING 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)
******/

#define yAssF_SUnitPushIndType(V,E,A)  V = E
extern void yDef_SUnitPushIndType XPP(( SUnitPushIndType * ));
extern SDL_Boolean yEq_SUnitPushIndType XPP(( SUnitPushIndType,
  SUnitPushIndType ));
#define yEqF_SUnitPushIndType(Expr1,Expr2)  yEq_SUnitPushIndType(Expr1,Expr2)
#define yNEqF_SUnitPushIndType(Expr1,Expr2)  ( ! yEq_SUnitPushIndType(Expr1,Expr2) )
extern SUnitPushIndType yMake_SUnitPushIndType XPP(( AddressType, AddressType,
  SDL_Octet, SDL_Integer, SDL_Integer, z_ctypes_4_VoidStar,
  z_ctypes_4_VoidStar ));
#ifndef ANY_SUnitPushIndType
#define ANY_SUnitPushIndType  yMake_SUnitPushIndType(ANY_AddressType, \
  ANY_AddressType, ANY_SDL_Octet, ANY_SDL_Integer, ANY_SDL_Integer, \
  ANY_z_ctypes_4_VoidStar, ANY_z_ctypes_4_VoidStar)
#endif
#define z_WAE_WSP_0W3_copy(P)  P

/*****
* NEWTYPE SConnectReqType  (HEADING 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)
******/

#define yAssF_SConnectReqType(V,E,A)  V = E
extern void yDef_SConnectReqType XPP(( SConnectReqType * ));
extern SDL_Boolean yEq_SConnectReqType XPP(( SConnectReqType,
  SConnectReqType ));
#define yEqF_SConnectReqType(Expr1,Expr2)  yEq_SConnectReqType(Expr1,Expr2)
#define yNEqF_SConnectReqType(Expr1,Expr2)  ( ! yEq_SConnectReqType(Expr1,Expr2) )
extern SConnectReqType yMake_SConnectReqType XPP(( AddressType, AddressType,
  SDL_Integer, z_ctypes_4_VoidStar, SDL_Natural, SDL_Natural, SDL_Octet,
  SDL_Octet, SDL_Octet ));
#ifndef ANY_SConnectReqType
#define ANY_SConnectReqType  yMake_SConnectReqType(ANY_AddressType, \
  ANY_AddressType, ANY_SDL_Integer, ANY_z_ctypes_4_VoidStar, ANY_SDL_Natural, \
  ANY_SDL_Natural, ANY_SDL_Octet, ANY_SDL_Octet, ANY_SDL_Octet)
#endif
#define z_WAE_WSP_0X3_copy(P)  P

/*****
* NEWTYPE SConnectCnfType  (HEADING 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)
******/

#define yAssF_SConnectCnfType(V,E,A)  V = E
extern void yDef_SConnectCnfType XPP(( SConnectCnfType * ));
extern SDL_Boolean yEq_SConnectCnfType XPP(( SConnectCnfType,
  SConnectCnfType ));
#define yEqF_SConnectCnfType(Expr1,Expr2)  yEq_SConnectCnfType(Expr1,Expr2)
#define yNEqF_SConnectCnfType(Expr1,Expr2)  ( ! yEq_SConnectCnfType(Expr1,Expr2) )
extern SConnectCnfType yMake_SConnectCnfType XPP(( SDL_Integer, SDL_Natural,
  z_ctypes_4_VoidStar, SDL_Natural, SDL_Natural, SDL_Octet, SDL_Octet,
  SDL_Octet ));
#ifndef ANY_SConnectCnfType
#define ANY_SConnectCnfType  yMake_SConnectCnfType(ANY_SDL_Integer, \
  ANY_SDL_Natural, ANY_z_ctypes_4_VoidStar, ANY_SDL_Natural, ANY_SDL_Natural, \
  ANY_SDL_Octet, ANY_SDL_Octet, ANY_SDL_Octet)
#endif
#define z_WAE_WSP_0Y3_copy(P)  P

/*****
* NEWTYPE SDisconnectType  (HEADING 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)
******/

#define yAssF_SDisconnectType(V,E,A)  V = E
extern void yDef_SDisconnectType XPP(( SDisconnectType * ));
extern SDL_Boolean yEq_SDisconnectType XPP(( SDisconnectType,
  SDisconnectType ));
#define yEqF_SDisconnectType(Expr1,Expr2)  yEq_SDisconnectType(Expr1,Expr2)
#define yNEqF_SDisconnectType(Expr1,Expr2)  ( ! yEq_SDisconnectType(Expr1,Expr2) )
extern SDisconnectType yMake_SDisconnectType XPP(( SDL_Integer, SDL_Natural,
  SDL_Boolean, SDL_Integer, SDL_Integer, SDL_Integer, z_ctypes_4_VoidStar,
  z_ctypes_4_VoidStar, z_ctypes_4_VoidStar ));
#ifndef ANY_SDisconnectType
#define ANY_SDisconnectType  yMake_SDisconnectType(ANY_SDL_Integer, \
  ANY_SDL_Natural, ANY_SDL_Boolean, ANY_SDL_Integer, ANY_SDL_Integer, \
  ANY_SDL_Integer, ANY_z_ctypes_4_VoidStar, ANY_z_ctypes_4_VoidStar, \
  ANY_z_ctypes_4_VoidStar)
#endif
#define z_WAE_WSP_0Z3_copy(P)  P

/*****
* NEWTYPE SMethodInvokeReqType  (HEADING 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)
******/

#define yAssF_SMethodInvokeReqType(V,E,A)  V = E
extern void yDef_SMethodInvokeReqType XPP(( SMethodInvokeReqType * ));
extern SDL_Boolean yEq_SMethodInvokeReqType XPP(( SMethodInvokeReqType,
  SMethodInvokeReqType ));
#define yEqF_SMethodInvokeReqType(Expr1,Expr2)  yEq_SMethodInvokeReqType(Expr1,Expr2)
#define yNEqF_SMethodInvokeReqType(Expr1,Expr2)  ( ! yEq_SMethodInvokeReqType(Expr1,Expr2) )
extern SMethodInvokeReqType yMake_SMethodInvokeReqType XPP(( SDL_Integer,
  SDL_Integer, SDL_Octet, SDL_Integer, SDL_Integer, SDL_Integer,
  z_ctypes_4_VoidStar, z_ctypes_4_VoidStar, z_ctypes_4_VoidStar, SDL_Boolean,
  SDL_Boolean, SDL_Natural ));
#ifndef ANY_SMethodInvokeReqType
#define ANY_SMethodInvokeReqType  yMake_SMethodInvokeReqType(ANY_SDL_Integer, \
  ANY_SDL_Integer, ANY_SDL_Octet, ANY_SDL_Integer, ANY_SDL_Integer, \
  ANY_SDL_Integer, ANY_z_ctypes_4_VoidStar, ANY_z_ctypes_4_VoidStar, \
  ANY_z_ctypes_4_VoidStar, ANY_SDL_Boolean, ANY_SDL_Boolean, ANY_SDL_Natural)
#endif
#define z_WAE_WSP_1003_copy(P)  P

/*****
* NEWTYPE SMethodInvokeCnfType  (HEADING 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)
******/

#define yAssF_SMethodInvokeCnfType(V,E,A)  V = E
extern void yDef_SMethodInvokeCnfType XPP(( SMethodInvokeCnfType * ));
extern SDL_Boolean yEq_SMethodInvokeCnfType XPP(( SMethodInvokeCnfType,
  SMethodInvokeCnfType ));
#define yEqF_SMethodInvokeCnfType(Expr1,Expr2)  yEq_SMethodInvokeCnfType(Expr1,Expr2)
#define yNEqF_SMethodInvokeCnfType(Expr1,Expr2)  ( ! yEq_SMethodInvokeCnfType(Expr1,Expr2) )
extern SMethodInvokeCnfType yMake_SMethodInvokeCnfType XPP(( SDL_Integer,
  SDL_Integer ));
#ifndef ANY_SMethodInvokeCnfType
#define ANY_SMethodInvokeCnfType  yMake_SMethodInvokeCnfType(ANY_SDL_Integer, \
  ANY_SDL_Integer)
#endif
#define z_WAE_WSP_113_copy(P)  P

/*****
* NEWTYPE SMethodResultIndType  (HEADING 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)
******/

#define yAssF_SMethodResultIndType(V,E,A)  V = E
extern void yDef_SMethodResultIndType XPP(( SMethodResultIndType * ));
extern SDL_Boolean yEq_SMethodResultIndType XPP(( SMethodResultIndType,
  SMethodResultIndType ));
#define yEqF_SMethodResultIndType(Expr1,Expr2)  yEq_SMethodResultIndType(Expr1,Expr2)
#define yNEqF_SMethodResultIndType(Expr1,Expr2)  ( ! yEq_SMethodResultIndType(Expr1,Expr2) )
extern SMethodResultIndType yMake_SMethodResultIndType XPP(( SDL_Integer,
  SDL_Integer, SDL_Octet, SDL_Integer, SDL_Integer, z_ctypes_4_VoidStar,
  z_ctypes_4_VoidStar, SDL_Boolean, SDL_Natural, SDL_Boolean ));
#ifndef ANY_SMethodResultIndType
#define ANY_SMethodResultIndType  yMake_SMethodResultIndType(ANY_SDL_Integer, \
  ANY_SDL_Integer, ANY_SDL_Octet, ANY_SDL_Integer, ANY_SDL_Integer, \

⌨️ 快捷键说明

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