Uses of Class
cn.com.BTPaySDK.ResDataStruct

Uses of ResDataStruct in cn.com.BTPaySDK
 

Methods in cn.com.BTPaySDK with parameters of type ResDataStruct
 int BTPay_SDK.EMVLevel2.completeOnlineEMVTransaction(boolean enableOnline, ResDataStruct dataBuf)
          Complete Online Authorization transaction;the API need to be used if API startEMVTransaction returns "Response code" = 0x0002.
 int BTPay_SDK.SmartCard.exchangeAPDU(ResDataStruct exAPDU)
          Exchange APDU between the currently selected microprocessor card in the ICC reader.
 int BTPay_SDK.SmartCard.powerOnICC(byte m_Option, ResDataStruct atrPPS)
          Power up the currently selected microprocessor card in the ICC reader.
 int BTPay_SDK.EMVLevel2.retrieveAIDList(ResDataStruct dataBuf)
          Retrieves all the AID name/length.
 int BTPay_SDK.EMVLevel2.retrieveApplicationData(java.lang.String strAID, ResDataStruct dataBuf)
          Retrieves Application Data by AID.
 int BTPay_SDK.EMVLevel2.retrieveCAPKList(ResDataStruct dataBuf)
          Retrieves the Certificate Authority Public Key list.
 int BTPay_SDK.EMVLevel2.retrieveCRLForRID(java.lang.String rid, ResDataStruct dataBuf)
          Retrieve the Certificate Revocation List specific to RID,returns all the serial numbers for a specific RID on the CRL.
 int BTPay_SDK.EMVLevel2.retrieveCRLList(ResDataStruct dataBuf)
          Retrieves all the RID in the CRL.
 int BTPay_SDK.EMVLevel2.setApplicationData(java.lang.String strAID, ResDataStruct dataBuf)
          Set application data by AID.
 int BTPay_SDK.EMVLevel2.startEMVTransaction(float amount, float amtOther, int timeOut1, int timeOut2, byte transType, ResDataStruct dataBuf)
          Start EMV transaction.