2

我想调试下面的代码,看看它产生的原始 APDU 是什么。我的意思是从头到 Le 参数一个字节一个字节。

let selectFileAPDU = NFCISO7816APDU(
    instructionClass: 0x0C,
    instructionCode: 0xA4,
    p1Parameter: 0x02,
    p2Parameter: 0x0C,
    data: selectFileCommand,
    expectedResponseLength: -1)
4

0 回答 0