|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.BTPaySDK.PowerOnStructure
public class PowerOnStructure
The class for PowerOn Option.
Field Summary | |
---|---|
boolean |
disableAutoPPS
true:No auto PPS for negotiate mode; false:Auto PPS. |
boolean |
disableResponseCheck
true:No check on response of S(IFS) request; false:IFS response check. |
boolean |
explicitPPS
true:Explicit PPSError: Reference source not found; false:No Explicit PPS. |
byte[] |
pps
pps is used to set the Protocol and Parameters Selection between card and reader, only Di <= 4 are supported. |
byte |
ppsLength
the length of pps data. |
boolean |
sendIFS
true:Send S(IFS) request if T=1 protocolError: Reference source not found; false:no IFS. |
Constructor Summary | |
---|---|
PowerOnStructure()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean sendIFS
public boolean explicitPPS
public boolean disableAutoPPS
public boolean disableResponseCheck
public byte[] pps
public byte ppsLength
Constructor Detail |
---|
public PowerOnStructure()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |