Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Jul 10, 2024
1 parent 39fa4ba commit f4705ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/APDUSPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The general structure of commands and responses is as follows:

| Field | Type | Content | Note |
| :------ | :------- | :--------------------- | ---- |
| CLA | byte (1) | Application Identifier | 0x90 |
| CLA | byte (1) | Application Identifier | 0xF9 |
| INS | byte (1) | Instruction ID | |
| P1 | byte (1) | Parameter 1 | |
| P2 | byte (1) | Parameter 2 | |
Expand Down Expand Up @@ -76,7 +76,7 @@ The general structure of commands and responses is as follows:

| Field | Type | Content | Expected |
| ----- | -------- | ---------------------- | -------- |
| CLA | byte (1) | Application Identifier | 0x90 |
| CLA | byte (1) | Application Identifier | 0xF9 |
| INS | byte (1) | Instruction ID | 0x00 |
| P1 | byte (1) | Parameter 1 | ignored |
| P2 | byte (1) | Parameter 2 | ignored |
Expand All @@ -102,7 +102,7 @@ The general structure of commands and responses is as follows:

| Field | Type | Content | Expected |
| ------- | -------- | ------------------------- | ----------------- |
| CLA | byte (1) | Application Identifier | 0x90 |
| CLA | byte (1) | Application Identifier | 0xF9 |
| INS | byte (1) | Instruction ID | 0x01 |
| P1 | byte (1) | Request User confirmation | No = 0 / Yes = 1 |
| P2 | byte (1) | Parameter 2 | ignored |
Expand Down Expand Up @@ -130,7 +130,7 @@ The general structure of commands and responses is as follows:

| Field | Type | Content | Expected |
| ----- | -------- | ---------------------- | --------- |
| CLA | byte (1) | Application Identifier | 0x90 |
| CLA | byte (1) | Application Identifier | 0xF9 |
| INS | byte (1) | Instruction ID | 0x02 |
| P1 | byte (1) | Payload desc | 0 = init |
| | | | 1 = add |
Expand Down Expand Up @@ -175,7 +175,7 @@ spacing.

| Field | Type | Content | Expected |
| ----- | -------- | ---------------------- | --------- |
| CLA | byte (1) | Application Identifier | 0x90 |
| CLA | byte (1) | Application Identifier | 0xF9 |
| INS | byte (1) | Instruction ID | 0x03 |
| P1 | byte (1) | Payload desc | 0 = init |
| | | | 1 = add |
Expand Down

0 comments on commit f4705ed

Please sign in to comment.