Compare commits
1 commit
0005fd75fc
...
cacc3fc32d
Author | SHA1 | Date | |
---|---|---|---|
cacc3fc32d |
1 changed files with 7 additions and 5 deletions
|
@ -48,12 +48,14 @@ class UsbApduInterface(
|
||||||
|
|
||||||
// Send Terminal Capabilities
|
// Send Terminal Capabilities
|
||||||
// Specs: ETSI TS 102 221 v15.0.0 - 11.1.19 TERMINAL CAPABILITY
|
// Specs: ETSI TS 102 221 v15.0.0 - 11.1.19 TERMINAL CAPABILITY
|
||||||
val terminalCapabilities = buildCmd(
|
transmitApduByChannel(
|
||||||
|
tx = buildCmd(
|
||||||
0x80.toByte(), 0xaa.toByte(), 0x00, 0x00,
|
0x80.toByte(), 0xaa.toByte(), 0x00, 0x00,
|
||||||
"A9088100820101830107".decodeHex(),
|
"A9088100820101830107".decodeHex(),
|
||||||
le = null,
|
le = null,
|
||||||
|
),
|
||||||
|
channel = 0,
|
||||||
)
|
)
|
||||||
transmitApduByChannel(terminalCapabilities, 0,)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun disconnect() {
|
override fun disconnect() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue