pcsc/TODO.md
2021-02-21 06:58:03 +01:00

20 lines
473 B
Markdown

# TODO:
Implement important missing PC/SC functions and write documentation:
* SCardBeginTransaction()
* SCardEndTransaction()
* SCardControl()
* SCardGetStatusChange()
* Write complete API documentation
## Implement less important missing PC/SC functions:
* SCardGetAttrib()
* SCardSetAttrib()
* SCardListReaderGroups()
* SCardReconnect
# GOAL:
Completely implement the full API from [PC/SC API from PCSC-Lite](https://pcsclite.apdu.fr/api/group__API.html)