Expand description
High-level API to compose commands easily.
Structs§
- Read
Binary Command READ BINARY(0xB0) command.- Select
File Command SELECT FILE(0xA4) command.- Verify
Command VERIFY(0x20) command.
Functions§
- read_
binary - Constructs a
READ BINARYcommand. - select_
file - Constructs a
SELECT FILEcommand. - verify
- Constructs a
VERIFYcommand.