pcsc/TODO.md
2021-02-21 06:59:46 +01:00

20 lines
471 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)