pcsc/TODO.md

20 lines
471 B
Markdown
Raw Normal View History

2021-02-21 06:58:03 +01:00
# TODO:
2021-02-21 06:58:03 +01:00
Implement important missing PC/SC functions and write documentation:
* SCardBeginTransaction()
* SCardEndTransaction()
2021-02-21 06:58:03 +01:00
* SCardControl()
* SCardGetStatusChange()
* Write complete API documentation
2021-02-21 06:59:46 +01:00
Implement less important missing PC/SC functions:
* SCardGetAttrib()
* SCardSetAttrib()
* SCardListReaderGroups()
* SCardReconnect
2021-02-21 06:59:18 +01:00
## Goal:
2021-02-21 06:58:03 +01:00
Completely implement the full API from [PC/SC API from PCSC-Lite](https://pcsclite.apdu.fr/api/group__API.html)