selectApplication

suspend fun selectApplication(applicationId: ByteString): ResponseApdu

Selects an application according to ISO 7816-4 clause 11.2.2.

Return

the response APDU.

Parameters

applicationId

the application to select, e.g. Nfc.NDEF_APPLICATION_ID.

Throws

if the command fails.