Overview
Comment: | Updated return code documentation |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | f337c480d85d264382975ba195fe243d09181fe5 |
User & Date: | rkeene on 2010-05-23 04:17:37 |
Other Links: | manifest | tags |
Context
2010-05-23
| ||
05:36 |
Updated to strip library more on Linux, and work on Solaris
Updated to try to support more protocols check-in: 5ba02cbd65 user: rkeene tags: trunk | |
04:17 | Updated return code documentation check-in: f337c480d8 user: rkeene tags: trunk | |
04:00 | Removed retry on NOT_TRANSACTED check-in: ab991c0450 user: rkeene tags: trunk | |
Changes
Modified cackey.c from [a75c87a979] to [60d21a7b2f].
1005 1005 * [IN, OUT] Pointer initialing containing the size of the "respdata" 1006 1006 * buffer. Before returning, the pointed to value is updated to the 1007 1007 * number of bytes written to the buffer. If this is specified as 1008 1008 * NULL, it will not be updated, and "respdata" will be ignored causing 1009 1009 * the response data to be discarded. 1010 1010 * 1011 1011 * RETURN VALUE 1012 - * CACKEY_PCSC_S_OK On success 1013 - * CACKEY_PCSC_E_GENERIC On error 1012 + * CACKEY_PCSC_S_OK On success 1013 + * CACKEY_PCSC_E_GENERIC On error 1014 + * CACKEY_PCSC_E_TOKENABSENT If the sending failed because the token is 1015 + * absent 1014 1016 * 1015 1017 * NOTES 1016 1018 * This function will connect to the PC/SC Connection Manager via 1017 1019 * cackey_pcsc_connect() if needed. 1018 1020 * 1019 1021 * It will connect to the card in the reader attached to the slot 1020 1022 * specified. It will reconnect to the card if the connection