![]() |
UniPay SDK Guide for Android
0.02.011
API reference
|
Data Fields | |
boolean | sendIFS |
boolean | explicitPPS |
boolean | disableAutoPPS |
boolean | disableResponseCheck |
byte[] | pps |
byte | ppsLength |
The class for PowerOn Option.
boolean com.idtechproducts.device.PowerOnStructure.disableAutoPPS |
true:No auto PPS for negotiate mode; false:Auto PPS.
boolean com.idtechproducts.device.PowerOnStructure.disableResponseCheck |
true:No check on response of S(IFS) request; false:IFS response check.
boolean com.idtechproducts.device.PowerOnStructure.explicitPPS |
true:Explicit PPSError: Reference source not found; false:No Explicit PPS.
byte [] com.idtechproducts.device.PowerOnStructure.pps |
pps is used to set the Protocol and Parameters Selection between card and reader, only Di <= 4 are supported. pps must follow the structure specified in ISO 7816-3 as PPS0, [PPS1], [PPS2], and [PPS3]. For more information see ISO 7816-3 section 7.2.
byte com.idtechproducts.device.PowerOnStructure.ppsLength |
the length of pps data.
boolean com.idtechproducts.device.PowerOnStructure.sendIFS |
true:Send S(IFS) request if T=1 protocolError: Reference source not found; false:no IFS.