Content update

This commit is contained in:
Johannes Findeisen 2021-02-21 06:58:03 +01:00
commit fc687719c6
2 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,5 @@
# Contributors # Contributors
## In alphabetical order by surname:
* Anatol Belski (Contributor) * Anatol Belski (Contributor)
* Calvin Buckley (Contributor) * Calvin Buckley (Contributor)
* Remi Collet (Contributor) * Remi Collet (Contributor)

11
TODO.md
View file

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