Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコマンドを Desfire タグに送信して、Ndef Application を検出します。
new CommandAPDU(0x00, 0xA4, 0x04, 0x00, new byte[]{(byte) 0xD2, (byte) 0x76, 0x00, 0x00, (byte) 0x85, 0x01, 0x01}
次のセキュリティ例外が発生するため、応答が得られません: SCARD_W_RESET_CARD
実際に行っているのは、AID によるアプリケーションの選択です。理論的には、カードがこの AID を見つけられない場合、つまりカードにそのようなアプリケーションがない場合、ステータス ワード 6A82 が返されます。そうでない場合は、おそらくカードまたはリーダーに問題があります。ソース コード スニペットの詳細がわかりません。詳細を教えてください。