MsrTracks

data class MsrTracks(val sTk1: String, val sTk2: String, val sTk3: String) : Parcelable

Represents the data read from magnetic stripe reader (MSR) tracks.

This data class holds the strings for each of the three MSR tracks (Track 1, Track 2, and Track 3), along with their respective lengths.

Constructors

Link copied to clipboard
constructor(sTk1: String, sTk2: String, sTk3: String)

Properties

Link copied to clipboard

String containing the data for Track 1.

Link copied to clipboard

String containing the data for Track 2.

Link copied to clipboard

String containing the data for Track 3.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)