KeysInfo

data class KeysInfo(var sIsDUKPT01Present: String = "", var acMkTDesP: ArrayList<Char> = ArrayList(), var acMkTDesD: ArrayList<Char> = ArrayList(), var acDkptTDesP: ArrayList<Char> = ArrayList(), var acDkptTDesD: ArrayList<Char> = ArrayList()) : Parcelable

Constructors

Link copied to clipboard
constructor(sIsDUKPT01Present: String = "", acMkTDesP: ArrayList<Char> = ArrayList(), acMkTDesD: ArrayList<Char> = ArrayList(), acDkptTDesP: ArrayList<Char> = ArrayList(), acDkptTDesD: ArrayList<Char> = ArrayList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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