isCtlsCardPresent

abstract fun isCtlsCardPresent(iTimeout: Int): Boolean

Check if a contactless card is present.

This function attempts to detect the presence of a contactless card within a specified timeout.

Return

true if a contactless card is detected within the timeout period, false otherwise.

Parameters

iTimeout

The maximum time in milliseconds to wait for a card to be detected.

Throws

if an error occurs during the card detection process.