|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.BTPaySDK.BTPay_SDK.MsrReader
public class BTPay_SDK.MsrReader
Class MsrReader includes all methods for MSR Reader function.
Constructor Summary | |
---|---|
BTPay_SDK.MsrReader()
|
Method Summary | |
---|---|
int |
cancelMSRSwipe()
Disable MSR swipe card. |
int |
getEncryptMSRFormat(byte[] msrFormat)
Get the device card encrypted data output format with PIN Key or Data Key. |
int |
setEncryptMSRFormat(byte msrFormat)
Set the device card encrypted data output format with PIN Key or Data Key. |
int |
StartMSRSwipeWithDisplay(java.lang.String line1,
java.lang.String line2,
java.lang.String line3,
java.lang.String line4)
Enable MSR swipe card. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTPay_SDK.MsrReader()
Method Detail |
---|
public int setEncryptMSRFormat(byte msrFormat)
msrFormat
- for encrypted data output format.BTPay_ErrorCode
public int getEncryptMSRFormat(byte[] msrFormat)
msrFormat
- msrFormat[0] for encrypted data output format.BTPay_ErrorCode
public int StartMSRSwipeWithDisplay(java.lang.String line1, java.lang.String line2, java.lang.String line3, java.lang.String line4)
line1
- Display line 1, up to 12 characters.line2
- Display line 2, up to 16 characters.line3
- Display line 3, up to 16 characters.line4
- Display line 4, up to 16 characters.OnReceiverListener
,
BTPay_ErrorCode
public int cancelMSRSwipe()
BTPay_ErrorCode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |