📄 dsiext.h
字号:
/*
* This is a part of the Application Preconsole
* - Service Provide - DSI.
* Copyright (C) 2000-2000 ABC.SDC.
* All rights reserved.
*
* This source code is only intended as a supplement to the
* Application Preconsole Reference and related
* electronic documentation provided with the library.
* See these sources for detailed information regarding the
* Application Preconsole product.
*
* Update record:
* 2001-08-29 Shuming Pang - create private declaration file
* for extension
*/
#ifndef __DSIEXT_H__
#define __DSIEXT_H__
/*
* Functions delcared in this file
*/
RESULT LinkDsi(PISO8583STRU piso8583stru, PCSTR pszRespSeqNo);
RESULT GetOrgInfo(PCSTR pszSeqNo, PISO8583STRU piso8583stru);
RESULT GetPan(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetTransAmt(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetTransmissDateTime(PISO8583STRU piso8583stru);
RESULT GetTraceNo(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetLocalTransDate(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetLocalTransTime(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetMerchType(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetEntryMode(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetConditionCode(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetPinCaptureCode(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetAcqId(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetForwardId(PISO8583STRU piso8583stru);
RESULT GetTrack2(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetTrack3(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetRetrievalRefNo(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetAuthResp(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetTermId(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetAcceptorId(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetAcceptorName(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetCurrCode(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetSecurityCtrlInfo(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT GetAcqReserve(PXMLSTRU pxmlstruReq, PISO8583STRU piso8583stru);
RESULT SetExpDate(PXMLSTRU pxmlstruResp, PISO8583STRU piso8583stru);
RESULT SetSettleDate(PXMLSTRU pxmlstruResp, PISO8583STRU piso8583stru);
RESULT SetAuthCode(PXMLSTRU pxmlstruResp, PISO8583STRU piso8583stru);
RESULT SetBal(PXMLSTRU pxmlstruResp, PISO8583STRU piso8583stru);
RESULT SetAvailBal(PXMLSTRU pxmlstruResp, PISO8583STRU piso8583stru);
RESULT SetRespCode(PXMLSTRU pxmlstruResp, PISO8583STRU piso8583stru);
#endif /* __DSIEXT_H__ */
/* End of this file */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -