?? proxy_api_sgip.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 + -