public static class SCardReaderList.Companion
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Clear list of devices known
|
void |
create(android.content.Context ctx,
java.lang.Object device,
SCardReaderListCallback callbacks)
Instantiate a SpringCard PC/SC product (possibly including one or more reader a.k.a slot)
callback when succeed :
SCardReaderListCallback.onReaderListCreated |
void |
create(android.content.Context ctx,
java.lang.Object device,
SCardReaderListCallback callbacks,
CcidSecureParameters secureConnexionParameters)
Instantiate a SpringCard PC/SC product (possibly including one or more reader a.k.a slot)
callback when succeed :
SCardReaderListCallback.onReaderListCreated
It also creates a secure communication channel based on info given in parameter |
public void create(android.content.Context ctx, java.lang.Object device, SCardReaderListCallback callbacks)
Instantiate a SpringCard PC/SC product (possibly including one or more reader a.k.a slot)
callback when succeed : SCardReaderListCallback.onReaderListCreated
ctx
- Application's context use to instantiate the objectdevice
- BLE devicecallbacks
- list of callbacksSCardReaderListCallback.onReaderListCreated
public void create(android.content.Context ctx, java.lang.Object device, SCardReaderListCallback callbacks, CcidSecureParameters secureConnexionParameters)
Instantiate a SpringCard PC/SC product (possibly including one or more reader a.k.a slot)
callback when succeed : SCardReaderListCallback.onReaderListCreated
It also creates a secure communication channel based on info given in parameter
ctx
- Application's context use to instantiate the objectdevice
- BLE devicecallbacks
- list of callbackssecureConnexionParameters
- CcidSecureParametersSCardReaderListCallback.onReaderListCreated
public void clearCache()
Clear list of devices known