Uses of Interface
org.eclipse.keyple.plugin.stub.StubSmartCard.SimulatedCommandStep
-
Packages that use StubSmartCard.SimulatedCommandStep Package Description org.eclipse.keyple.plugin.stub -
-
Uses of StubSmartCard.SimulatedCommandStep in org.eclipse.keyple.plugin.stub
Classes in org.eclipse.keyple.plugin.stub that implement StubSmartCard.SimulatedCommandStep Modifier and Type Class Description static classStubSmartCard.BuilderBuilder class forStubSmartCard.Methods in org.eclipse.keyple.plugin.stub that return StubSmartCard.SimulatedCommandStep Modifier and Type Method Description StubSmartCard.SimulatedCommandStepStubSmartCard.Builder. withSimulatedCommand(java.lang.String command, java.lang.String response)Add simulated command/response to theStubSmartCardto build.StubSmartCard.SimulatedCommandStepStubSmartCard.CommandStep. withSimulatedCommand(java.lang.String command, java.lang.String response)Add simulated command/response to theStubSmartCardto build.StubSmartCard.SimulatedCommandStepStubSmartCard.SimulatedCommandStep. withSimulatedCommand(java.lang.String command, java.lang.String response)Add simulated command/response to theStubSmartCardto build.
-