Uses of Interface
org.calypsonet.terminal.card.ApduResponseApi
-
Packages that use ApduResponseApi Package Description org.calypsonet.terminal.card APIs provided by a reader module. -
-
Uses of ApduResponseApi in org.calypsonet.terminal.card
Methods in org.calypsonet.terminal.card that return ApduResponseApi Modifier and Type Method Description ApduResponseApi
CardSelectionResponseApi. getSelectApplicationResponse()
Gets theApduResponseApi
received from the card in response to the Select Application command.Methods in org.calypsonet.terminal.card that return types with arguments of type ApduResponseApi Modifier and Type Method Description java.util.List<ApduResponseApi>
CardResponseApi. getApduResponses()
Gets a list of all responses received to the executed APDU requests.
-