Uses of Class
org.calypsonet.terminal.card.ReaderBrokenCommunicationException
-
Packages that use ReaderBrokenCommunicationException Package Description org.calypsonet.terminal.card APIs provided by a reader module. -
-
Uses of ReaderBrokenCommunicationException in org.calypsonet.terminal.card
Methods in org.calypsonet.terminal.card that throw ReaderBrokenCommunicationException Modifier and Type Method Description void
ProxyReaderApi. releaseChannel()
Releases the communication channel previously established with the card.CardResponseApi
ProxyReaderApi. transmitCardRequest(CardRequestSpi cardRequest, ChannelControl channelControl)
Transmits aCardRequestSpi
, applies the providedChannelControl
policy and returns aCardResponseApi
.
-