Uses of Class
org.eclipse.keyple.card.generic.ChannelControl
-
-
Uses of ChannelControl in org.eclipse.keyple.card.generic
Methods in org.eclipse.keyple.card.generic 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.eclipse.keyple.card.generic with parameters of type ChannelControl Modifier and Type Method Description java.util.List<byte[]>
CardTransactionManager. processApdusToByteArrays(ChannelControl channelControl)
Transmits all prepared APDUs, closes the physical channel if required, and returns a list of responses to the APDUs in the form of list of of byte arrays.java.util.List<java.lang.String>
CardTransactionManager. processApdusToHexStrings(ChannelControl channelControl)
Transmits all prepared APDUs, closes the physical channel if required, and returns a list of responses to the APDUs in the form of list of hexadecimal strings.
-