UniPay SDK Guide for Android  0.02.011
API reference
 All Data Structures Functions Variables Pages
com.idtechproducts.device.APDUResponseStruct Class Reference

Data Fields

byte SW1
 
byte SW2
 
boolean hasKSN
 
boolean hasEncryption
 
byte[] response
 
byte[] ksn
 

Detailed Description

The class for APDU Response.

Field Documentation

boolean com.idtechproducts.device.APDUResponseStruct.hasEncryption

APDU response is encrypted.

boolean com.idtechproducts.device.APDUResponseStruct.hasKSN

KSN data read.

byte [] com.idtechproducts.device.APDUResponseStruct.ksn

Key Seral Number.

byte [] com.idtechproducts.device.APDUResponseStruct.response

APDU response.

byte com.idtechproducts.device.APDUResponseStruct.SW1

APDU response status bytes,2 bytes SW1 and SW2.

byte com.idtechproducts.device.APDUResponseStruct.SW2

APDU response status bytes,2 bytes SW1 and SW2.


The documentation for this class was generated from the following file: