public final class InvalidateCmdBuild extends AbstractPoCommandBuilder<InvalidateRespPars>
| Constructor and Description |
|---|
InvalidateCmdBuild(PoClass poClass)
Instantiates a new InvalidateCmdBuild.
|
| Modifier and Type | Method and Description |
|---|---|
InvalidateRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
boolean |
isSessionBufferUsed()
Indicates if the session buffer is used when executing this command.
|
getCommandRefsetApduRequestpublic InvalidateCmdBuild(PoClass poClass)
poClass - indicates which CLA byte should be used for the Apdupublic InvalidateRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractPoCommandBuilder<InvalidateRespPars>apduResponse - the response data from the the cardAbstractApduResponseParserpublic boolean isSessionBufferUsed()
Allows the management of the overflow of this buffer.
This command modified the contents of the PO and therefore uses the session buffer.
isSessionBufferUsed in class AbstractPoCommandBuilder<InvalidateRespPars>