Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5)
This commit is contained in:
parent
8f2847abfb
commit
567fa73796
224 changed files with 4584 additions and 1139 deletions
19
docs/external/pcsc.md
vendored
19
docs/external/pcsc.md
vendored
|
|
@ -1,19 +0,0 @@
|
|||
# PC/SC (smart cards) extension (optional)
|
||||
|
||||
- CMake option: FUN_WITH_PCSC=ON
|
||||
- Purpose: Access smart card readers/cards via PC/SC (pcsclite).
|
||||
- Homepage: https://pcsclite.apdu.fr/
|
||||
|
||||
## Opcodes:
|
||||
|
||||
- OP_PCSC_ESTABLISH: returns context id (>0) or 0
|
||||
- OP_PCSC_RELEASE: pops ctx id; returns 1/0
|
||||
- OP_PCSC_LIST_READERS: pops ctx id; returns array of reader names
|
||||
- OP_PCSC_CONNECT: pops reader, ctx id; returns handle (>0) or 0
|
||||
- OP_PCSC_DISCONNECT: pops handle id; returns 1/0
|
||||
- OP_PCSC_TRANSMIT: pops apdu, handle id; returns map with data/SW/rc
|
||||
|
||||
## Notes:
|
||||
|
||||
- Requires PC/SC lite development headers/libs.
|
||||
- Behavior and availability depend on platform and reader drivers.
|
||||
Loading…
Add table
Add a link
Reference in a new issue