[Pcsclite-cvs-commit] r3109 - /trunk/PCSC/src/winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Sep 5 08:00:33 UTC 2008


Author: rousseau
Date: Fri Sep  5 08:00:32 2008
New Revision: 3109

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3109
Log:
Doxygen: SCardTransmit() can use SCARD_PCI_RAW for pioSendPci

Modified:
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=3109&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Fri Sep  5 08:00:32 2008
@@ -2802,9 +2802,10 @@
  *
  * @ingroup API
  * @param[in] hCard Connection made from SCardConnect().
- * @param pioSendPci [inout] Structure of protocol information.
+ * @param pioSendPci [inout] Structure of Protocol Control Information.
  * - \ref SCARD_PCI_T0 - Pre-defined T=0 PCI structure.
  * - \ref SCARD_PCI_T1 - Pre-defined T=1 PCI structure.
+ * - \ref SCARD_PCI_RAW - Pre-defined RAW PCI structure.
  * @param[in] pbSendBuffer APDU to send to the card.
  * @param[in] cbSendLength Length of the APDU.
  * @param pioRecvPci [inout] Structure of protocol information.




More information about the Pcsclite-cvs-commit mailing list