MsrLastErrorTracks

data class MsrLastErrorTracks(val lastErrTk1: NexusRet, val lastErrTk2: NexusRet, val lastErrTk3: NexusRet) : Parcelable

Data class representing the last error status for each track of the Magnetic Stripe Reader (MSR).

This class is used to retrieve the status of the last read operation for each of the three MSR tracks. Each track's status is represented by a NexusRet enum, indicating success or a specific error code.

Constructors

Link copied to clipboard
constructor(lastErrTk1: NexusRet, lastErrTk2: NexusRet, lastErrTk3: NexusRet)

Properties

Link copied to clipboard

The status of the last read operation for track 1.

Link copied to clipboard

The status of the last read operation for track 2.

Link copied to clipboard

The status of the last read operation for track 3.

Functions

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