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 class
StubSmartCard.Builder
Builder class forStubSmartCard
.Methods in org.eclipse.keyple.plugin.stub that return StubSmartCard.SimulatedCommandStep Modifier and Type Method Description StubSmartCard.SimulatedCommandStep
StubSmartCard.Builder. withSimulatedCommand(java.lang.String command, java.lang.String response)
Add simulated command/response to theStubSmartCard
to build.StubSmartCard.SimulatedCommandStep
StubSmartCard.CommandStep. withSimulatedCommand(java.lang.String command, java.lang.String response)
Add simulated command/response to theStubSmartCard
to build.StubSmartCard.SimulatedCommandStep
StubSmartCard.SimulatedCommandStep. withSimulatedCommand(java.lang.String command, java.lang.String response)
Add simulated command/response to theStubSmartCard
to build.
-