|
pcsc-lite
1.8.23
|
This keeps track of smart card protocols, timing issues and Answer to Reset ATR handling. More...
Go to the source code of this file.
Functions | |
| short | ATRDecodeAtr (int *availableProtocols, int *currentProtocol, PUCHAR pucAtr, DWORD dwLength) |
| parse an ATR More... | |
This keeps track of smart card protocols, timing issues and Answer to Reset ATR handling.
Definition in file atrhandler.h.
| short ATRDecodeAtr | ( | int * | availableProtocols, |
| int * | currentProtocol, | ||
| PUCHAR | pucAtr, | ||
| DWORD | dwLength | ||
| ) |
parse an ATR
| [out] | availableProtocols | available protocols |
| [out] | currentProtocol | current protocol |
| [in] | pucAtr | ATR |
| [in] | dwLength | ATR length |
| 0 | Atr must have TS and T0 |
| 0 | Unable to decode TS byte |
| 0 | Unable to decode LNS |
| 0 | Unable do decode T protocol |
| 0 | Maximum attribute size |
| 1 | Success |
Definition at line 66 of file atrhandler.c.
1.8.14