Uses of Class
org.calypsonet.terminal.card.ChannelControl
-
Packages that use ChannelControl Package Description org.calypsonet.terminal.card APIs provided by a reader module. -
-
Uses of ChannelControl in org.calypsonet.terminal.card
Methods in org.calypsonet.terminal.card that return ChannelControl Modifier and Type Method Description static ChannelControl
ChannelControl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChannelControl[]
ChannelControl. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.calypsonet.terminal.card with parameters of type ChannelControl Modifier and Type Method Description CardResponseApi
ProxyReaderApi. transmitCardRequest(CardRequestSpi cardRequest, ChannelControl channelControl)
Transmits aCardRequestSpi
, applies the providedChannelControl
policy and returns aCardResponseApi
.
-