Type Input Capture Pin
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)