proxy_api_sgip.h

来自「sgip的api,包括开发资料」· C头文件 代码 · 共 93 行

H
93
字号
/******************************************************************** (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 + =
减小字号Ctrl + -
显示快捷键?