[Pcsclite-cvs-commit] PCSC/doc ifdhandler-3.tex,1.3,1.4

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/doc
In directory haydn:/tmp/cvs-serv32631

Modified Files:
	ifdhandler-3.tex 
Log Message:
IFDHGetCapabilities(): document the flags SCARD_ATTR_ATR_STRING and
IOCTL_SMARTCARD_VENDOR_VERIFY_PIN


Index: ifdhandler-3.tex
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/ifdhandler-3.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ifdhandler-3.tex	3 Jul 2004 20:20:14 -0000	1.3
+++ ifdhandler-3.tex	6 Jul 2004 06:56:37 -0000	1.4
@@ -525,17 +525,28 @@
 \begin{itemize}
 \item \texttt{TAG\_IFD\_ATR}
 
-return the Atr and it's size (required).
+Return the ATR and it's size (implementation is mandatory).
+
+\item \texttt{SCARD\_ATTR\_ATR\_STRING}
+
+Same as \texttt{TAG\_IFD\_ATR} but this one is not mandatory. It is
+defined in Microsoft PC/SC \texttt{SCardGetAttrib()}.
 
 \item \texttt{TAG\_IFD\_SIMULTANEOUS\_ACCESS}
 
-return the number of sessions the driver can handle
+Return the number of sessions the driver can handle.
 
-this is used for multiple readers sharing the same driver
+This is used for multiple readers sharing the same driver.
 
 \item \texttt{TAG\_IFD\_SLOTS\_NUMBER}
 
-return the number of slots in this reader
+Return the number of slots in this reader.
+
+\item \texttt{IOCTL\_SMARTCARD\_VENDOR\_VERIFY\_PIN}
+
+Return a non null value if the driver/reader is able to perform a
+\texttt{SCardControl(hCard, IOCTL\_SMARTCARD\_VENDOR\_VERIFY\_PIN,
+...)}. See pcsc-lite documentation~\cite{pcsclite}.
 
 \end{itemize}
 
@@ -1097,6 +1108,11 @@
 See \ref{IFDHControl}.
 
 \end{itemize}
+
+
+%---------%---------%---------%---------%---------%---------
+\bibliographystyle{plain}
+\bibliography{pcsc-lite}
 
 
 \end{document}