entersafe / bR301_iOS

Feitian mobile smartcard reader iOS SDK
GNU Lesser General Public License v2.1
9 stars 15 forks source link

Update lib to 1.31.1 #7

Closed FeitianSmartcardReader closed 8 years ago

FeitianSmartcardReader commented 8 years ago
  1. Fixed bugs of monitor card slot/reader
  2. Update lib version
FeitianSmartcardReader commented 8 years ago

Solve below problem:

  1. Fix CPU usage too high problem.
  2. Update lib version
  3. Fix bug when call SCardGetStatusChange API return SCARD_E_READER_UNAVAILABLE error
LudovicRousseau commented 8 years ago

SCardSetTimeout() is NOT part of the PC/SC API. Why do you want to implement it in https://github.com/FeitianSmartcardReader/bR301_iOS/commit/b963ee4ddcc389d357c0a71637b81c7db7603610?

FeitianSmartcardReader commented 8 years ago

@LudovicRousseau One of customer who using this API in their framework. In fact, this API not implement in our source code, just a declaration for build their application. Thanks,

FeitianSmartcardReader commented 8 years ago

@LudovicRousseau I realized my description not enough clear of SCardSetTimeout API. anyway, you were right, SCardSetTimeout is not belong PCSC API, thanks for reminder.