FeitianSmartcardReader / FEITIAN_MOBILE_READERS

This is first Combo SDK, support bR301,iR301,bR301BLE,bR500
http://www.pcscreader.com/docs/getting_started.html
25 stars 13 forks source link

ftReader.readerXfr(); #11

Closed AppWerft closed 4 years ago

AppWerft commented 4 years ago

Hello, I found this line in example code:

byte[] recv = ftReader.readerXfr(0,send);

and I guess the method works asyncronly. Why not async task?