EmvCTCardInfo

data class EmvCTCardInfo(val cardType: Int, val baATR: ByteArray) : Parcelable

Data class representing information about an EMV Contact Card.

Constructors

Link copied to clipboard
constructor(cardType: Int, baATR: ByteArray)

Properties

Link copied to clipboard

The Answer to Reset (ATR) bytes of the EMV contact card. The ATR is a sequence of bytes sent by a smart card when it is powered up or reset. It provides information about the card's communication parameters and capabilities.

Link copied to clipboard

The type of the EMV contact card. Possible values can represent different card schemes or technologies.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)