Package-level declarations

Types

Link copied to clipboard
data class EmvCTCardInfo(val cardType: Int, val baATR: ByteArray) : Parcelable

Data class representing information about an EMV Contact Card.

Link copied to clipboard
data class TypeOutputContactAPDU(var iNexusRet: NexusRet? = null, var sAPDUResponse: String? = null) : Parcelable
Link copied to clipboard
data class TypeOutputPowerOn(var iNexusRet: NexusRet? = null, var tEmvCTCardInfo: EmvCTCardInfo? = null) : Parcelable