标签: swift nfc ios13
我想调试以下代码,看看它产生的原始APDU是什么。我的意思是从头到Le参数逐字节。
let selectFileAPDU = NFCISO7816APDU( instructionClass: 0x0C, instructionCode: 0xA4, p1Parameter: 0x02, p2Parameter: 0x0C, data: selectFileCommand, expectedResponseLength: -1)