TypeInputCapturePin

data class TypeInputCapturePin(var eKeyType: CryptoKeyType? = null, var iKeyIndex: Int? = null, var baSessionKey: ByteArray? = null, var baPan: ByteArray? = null, var iMaxPinLength: Int? = null, var iMinPinLength: Int? = null, var blIsKBDSoundEnabled: Boolean? = null, var iTimeout: Int? = null, var iTotalTimeout: Int? = null, var blIsBypassEnabled: Boolean? = null, var sPinCaptureMessage: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(eKeyType: CryptoKeyType? = null, iKeyIndex: Int? = null, baSessionKey: ByteArray? = null, baPan: ByteArray? = null, iMaxPinLength: Int? = null, iMinPinLength: Int? = null, blIsKBDSoundEnabled: Boolean? = null, iTimeout: Int? = null, iTotalTimeout: Int? = null, blIsBypassEnabled: Boolean? = null, sPinCaptureMessage: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)