updateBinary

suspend fun updateBinary(offset: Int, data: ByteArray)

Updates binary data according to ISO 7816-4 clause 11.3.5.

Parameters

offset

offset of where to update data.

data

the data to write, cannot be larger than 255 bytes.

Throws

if the command fails.