|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.com.BTPaySDK.BTPay_SDK
public class BTPay_SDK
It is the constructor of the main class BTPay_SDK.
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 |
---|
public BTPay_SDK.Common Pay
public BTPay_SDK.MsrReader MSR
public BTPay_SDK.SmartCard Smart
public BTPay_SDK.PINPad Pad
public BTPay_SDK.EMVLevel2 Emv
Constructor Detail |
---|
public BTPay_SDK(OnReceiverListener mL)
mL
- for object of interface OnMSRListener.Method Detail |
---|
public int StringToHex(java.lang.String str, byte[] buff)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |