mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
20 lines
471 B
Markdown
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)
|