sourin-v@… originally submitted this as ticket:139
Keywords:Yosemite, SCardGetAttrib
With Yosemite PC/SC Framework each call to SCardGetAttrib (dwAttrId == SCARD_ATTR_ATR_STRING) fails with SCARD_F_INTERNAL_ERROR (0x80100001)
FYI, it works well with the latest version of pcsc-lite (version 1.8.13)
Steps to reproduced :
In Xcode, Create a new Command Line Project
Link Project to PCSC Framework
Add main.h & reader.c to the project
Plug an USB Reader & insert a smartcard
Compile & Run
Expected Results :
SCardGetAttrib should returns SCARD_SUCCESS and set variable dwAtrLen to the correct length
Actual Results :
SCardGetAttrib failed with SCARD_F_INTERNAL_ERROR (0x80100001)
The text was updated successfully, but these errors were encountered:
sourin-v@… originally submitted this as ticket:139
With Yosemite PC/SC Framework each call to SCardGetAttrib (dwAttrId == SCARD_ATTR_ATR_STRING) fails with SCARD_F_INTERNAL_ERROR (0x80100001)
FYI, it works well with the latest version of pcsc-lite (version 1.8.13)
Steps to reproduced :
Expected Results :
SCardGetAttrib should returns SCARD_SUCCESS and set variable dwAtrLen to the correct length
Actual Results :
SCardGetAttrib failed with SCARD_F_INTERNAL_ERROR (0x80100001)
The text was updated successfully, but these errors were encountered: