#include <parser.h>
|
| uint8_t | cla |
| |
| uint8_t | ins |
| | Instruction class.
|
| |
| uint8_t | p1 |
| | Instruction code.
|
| |
| uint8_t | p2 |
| | Instruction parameter 1.
|
| |
| uint8_t | lc |
| | Instruction parameter 2.
|
| |
| uint8_t * | data |
| | Length of command data.
|
| |
Structure with fields of APDU command.
Definition at line 10 of file parser.h.
◆ cla
◆ data
Length of command data.
Definition at line 16 of file parser.h.
◆ ins
Instruction class.
Definition at line 12 of file parser.h.
◆ lc
Instruction parameter 2.
Definition at line 15 of file parser.h.
◆ p1
Instruction code.
Definition at line 13 of file parser.h.
◆ p2
Instruction parameter 1.
Definition at line 14 of file parser.h.
The documentation for this struct was generated from the following file: