mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-10 13:52:47 +02:00
20 lines
473 B
Markdown
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)
|