Uses of Enum 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 ChannelControlModifier and TypeMethodDescriptionstatic ChannelControlDeprecated.Returns the enum constant of this class with the specified name.static ChannelControl[]ChannelControl.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.keyple.card.generic with parameters of type ChannelControlModifier and TypeMethodDescriptionList<byte[]>CardTransactionManager.processApdusToByteArrays(ChannelControl channelControl) Deprecated.CardTransactionManager.processApdusToHexStrings(ChannelControl channelControl) Deprecated.UseCardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl)andCardTransactionManager.getResponsesAsHexStrings()instead.
CardTransactionManager.processCommands(org.eclipse.keypop.reader.ChannelControl)andCardTransactionManager.getResponsesAsByteArrays()instead.