public final class IncreaseRespPars extends AbstractPoResponseParser
| Constructor and Description |
|---|
IncreaseRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
IncreaseCmdBuild builder)
Constructor to build a parser of the Increase command response.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNewValue()
Returns the new counter value as an int between 0
|
protected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> |
getStatusTable() |
buildCommandException, checkStatus, getBuilderpublic IncreaseRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
IncreaseCmdBuild builder)
response - response to parsebuilder - the reference to the builder that created this parserprotected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> getStatusTable()
getStatusTable in class org.eclipse.keyple.core.card.command.AbstractApduResponseParserpublic int getNewValue()