Emv CLPolling Info
data class EmvCLPollingInfo(val contactlessCardType: ContactlessCardType, val atqa: ByteArray, val ats: ByteArray, val uid: ByteArray, val sak: Byte) : Parcelable
Data class representing information obtained during EMV contactless card polling.
This class encapsulates details about the detected card, including its type, Answer to Request type A (ATQA), Answer to Select (ATS), Unique Identifier (UID), and Select Acknowledge (SAK).
Constructors
Link copied to clipboard
constructor(contactlessCardType: ContactlessCardType, atqa: ByteArray, ats: ByteArray, uid: ByteArray, sak: Byte)