wdp_udcp.h

来自「是一个手机功能的模拟程序」· C头文件 代码 · 共 94 行

H
94
字号
/*
 * 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 XSCT_CMICRO
#define XSCT_CMICRO
#endif

#ifndef XX_WDP_UDCP_H
#define XX_WDP_UDCP_H

/*************************************************************************
**                SECTION Types and Forward references                  **
*************************************************************************/

/*****
* SIGNAL UDCPDataReq
* <<PACKAGE WDP_UDCP>>
* #SDTREF(SDL,D:\WIP\System\SystemConfigurations\base_push_wta_wtls_co_sms\sdl\packages\wdp_udcp.sun(1),173(30,70),5)
******/
#define z_WDP_UDCP_0_UDCPDataReq 204
typedef struct {
    SIGNAL_VARS
    SDL_Octet_String  Param1;
    DeviceAddress  Param2;
    SDL_Octet  Param3;
    AuxiliaryAddress  Param4;
    SDL_Boolean  Param5;
} yPDef_z_WDP_UDCP_0_UDCPDataReq;

/*****
* SIGNAL UDCPReleaseReq
* <<PACKAGE WDP_UDCP>>
* #SDTREF(SDL,D:\WIP\System\SystemConfigurations\base_push_wta_wtls_co_sms\sdl\packages\wdp_udcp.sun(1),173(30,70),12)
******/
#define z_WDP_UDCP_1_UDCPReleaseReq 205
typedef struct {
    SIGNAL_VARS
    SDL_Octet  Param1;
} yPDef_z_WDP_UDCP_1_UDCPReleaseReq;

/*****
* SIGNAL UDCPDataInd
* <<PACKAGE WDP_UDCP>>
* #SDTREF(SDL,D:\WIP\System\SystemConfigurations\base_push_wta_wtls_co_sms\sdl\packages\wdp_udcp.sun(1),179(25,135),5)
******/
#define z_WDP_UDCP_2_UDCPDataInd 206
typedef struct {
    SIGNAL_VARS
    SDL_Octet_String  Param1;
    DeviceAddress  Param2;
    SDL_Octet  Param3;
} yPDef_z_WDP_UDCP_2_UDCPDataInd;

/*****
* SIGNAL UDCPErrorind
* <<PACKAGE WDP_UDCP>>
* #SDTREF(SDL,D:\WIP\System\SystemConfigurations\base_push_wta_wtls_co_sms\sdl\packages\wdp_udcp.sun(1),179(25,135),14)
******/
#define z_WDP_UDCP_3_UDCPErrorind 207
typedef struct {
    SIGNAL_VARS
    SDL_Octet  Param1;
} yPDef_z_WDP_UDCP_3_UDCPErrorind;

/*****
* SIGNAL UDCPReleaseInd
* <<PACKAGE WDP_UDCP>>
* #SDTREF(SDL,D:\WIP\System\SystemConfigurations\base_push_wta_wtls_co_sms\sdl\packages\wdp_udcp.sun(1),179(25,135),17)
******/
#define z_WDP_UDCP_4_UDCPReleaseInd 208
typedef struct {
    SIGNAL_VARS
    SDL_Octet  Param1;
} yPDef_z_WDP_UDCP_4_UDCPReleaseInd;

/*************************************************************************
**                #CODE directives, #HEADING sections                   **
*************************************************************************/
#endif

⌨️ 快捷键说明

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