cn.com.BTPaySDK
Class BTPay_SDK

java.lang.Object
  extended by cn.com.BTPaySDK.BTPay_SDK

public class BTPay_SDK
extends java.lang.Object

It is the constructor of the main class BTPay_SDK.

Version:
V1.02.
Author:
Nianlong Yu ID TECH(ShangHai).

Nested Class Summary
 class BTPay_SDK.Common
          Class Common includes all methods for common function.
 class BTPay_SDK.EMVLevel2
          Class EMVLevel2 includes all methods for EMV Level2 function.
 class BTPay_SDK.MsrReader
          Class MsrReader includes all methods for MSR Reader function.
 class BTPay_SDK.PINPad
          Class PINPad includes all methods for PINPad function.
 class BTPay_SDK.SmartCard
          Class SmartCard includes all methods for Smart card function.
 
Field Summary
 BTPay_SDK.EMVLevel2 Emv
           
 BTPay_SDK.MsrReader MSR
           
 BTPay_SDK.PINPad Pad
           
 BTPay_SDK.Common Pay
           
 BTPay_SDK.SmartCard Smart
           
 
Constructor Summary
BTPay_SDK(OnReceiverListener mL)
          Create SDK object and implement interface OnMSRListener.
 
Method Summary
 int StringToHex(java.lang.String str, byte[] buff)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Pay

public BTPay_SDK.Common Pay

MSR

public BTPay_SDK.MsrReader MSR

Smart

public BTPay_SDK.SmartCard Smart

Pad

public BTPay_SDK.PINPad Pad

Emv

public BTPay_SDK.EMVLevel2 Emv
Constructor Detail

BTPay_SDK

public BTPay_SDK(OnReceiverListener mL)
Create SDK object and implement interface OnMSRListener.

Parameters:
mL - for object of interface OnMSRListener.
Method Detail

StringToHex

public int StringToHex(java.lang.String str,
                       byte[] buff)