Updated on 2026-08-14
This commit is contained in:
parent
250fea9baa
commit
8f04c58c69
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ enum class Instruction(var code: Int) {
|
|||
PurgeWallet(0xFC),
|
||||
Activate(0xFE),
|
||||
OpenSession(0xFF),
|
||||
WriteUserData(0xE0),
|
||||
ReadUserData(0xE1);
|
||||
WriteUserData(0xE0),
|
||||
ReadUserData(0xE1);
|
||||
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue