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

📄 proxy_api_sgip.h

📁 sgip的api,包括开发资料
💻 H
字号:
/******************************************************************** (C) Copyright Huawei Co. Ltd. 2001 **** File name:  proxy_api_sgip.h** Project:    SM PROXY    **** Aim:        This is the header file for application interface of sgip   ****        ** Function List:** Creation Date:     23/10/2001** Origin Author:     zhongchaodong**** Version:    1.0    **** Modification History**** Reference    Date        Modified By    Reason** ---------    ----        -----------    ------******************************************************************/#ifndef _PROXYAPISGIP_H_#define _PROXYAPISGIP_H_#ifdef __cplusplusextern "C"  {#endif#define     SUCCESS 1#define     FATAL   -1#define     FAILURE 0typedef int RETCD;RETCD proxy_login(int i_proxy_num);void proxy_logout(void);RETCD SGIPSnd(        char            *psSPNumber,        char            *psChargeNumber,        unsigned char   byUserCount,        char            *psUserNumber,        char            *psCorpID,        char            *psServiceType,        unsigned char    byFeeType,        char            *psFeeValue,        char            *psGivenValue,        unsigned char   byAgentFlag,        unsigned char   byMorelatetoMTFlag,        unsigned char   byPriority,        char            *psExpireTime,        char            *psScheduleTime,        unsigned char   byReportFlag,        unsigned char   byTPPID,        unsigned char   byTPUDHI,        unsigned char   byMessageCoding,        unsigned char   byMessageType,        unsigned int    nMsgLen,        char            *pMsgContent,        char            *pReserve,        unsigned short  nLID);RETCD SGIPGetSndAck(        unsigned short *LID,        unsigned long  *pnNodeNum,        unsigned long  *pnTime,        unsigned long  *pnSequence,        int            *pStatus);RETCD SGIPRcv(        char *pMsg,         int *pLen);         RETCD SGIPRcvRpt(        char           *pSequenceNum,        unsigned char  *pbyReportType,        char           *psUserNumber,        unsigned char  *pbyState,        unsigned char  *pbyErrorCode,        char           *pReserve);RETCD SGIPRcvUsrRpt(        char           *psSPNumber,        char           *psUserNumber,        unsigned char  *pbyUserCondition,        char           *pReserve);#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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