Interface WaitForCardInsertionAutonomousSpi
Deprecated.
Reader that have a fully integrated management of card communications for card insertion
detection.
A typical example of readers conforming to this mode of operation are Android-based NFC readers.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
connect
(WaitForCardInsertionAutonomousReaderApi waitForCardInsertionAutonomousReaderApi) Deprecated.
-
Method Details
-
connect
@Deprecated void connect(WaitForCardInsertionAutonomousReaderApi waitForCardInsertionAutonomousReaderApi) Deprecated.Connects the associated Keyple CoreWaitForCardInsertionAutonomousReaderApi
API.- Parameters:
waitForCardInsertionAutonomousReaderApi
- The API to connect.- Since:
- 2.0.0
-
CardInsertionWaiterAsynchronousSpi
instead (will be removed in a future version of this API).