public class SamReadEventCounterCmdBuild extends AbstractSamCommandBuilder<SamReadEventCounterRespPars>
| Modifier and Type | Class and Description |
|---|---|
static class |
SamReadEventCounterCmdBuild.SamEventCounterOperationType
Event counter operation type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_COUNTER_NUMB |
static int |
MAX_COUNTER_REC_NUMB |
defaultRevision| Constructor and Description |
|---|
SamReadEventCounterCmdBuild(SamRevision revision,
SamReadEventCounterCmdBuild.SamEventCounterOperationType operationType,
int index)
Instantiate a new SamReadEventCounterCmdBuild
|
| Modifier and Type | Method and Description |
|---|---|
SamReadEventCounterRespPars |
createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
Create the response parser matching the builder
|
getCommandRefsetApduRequestpublic static final int MAX_COUNTER_NUMB
public static final int MAX_COUNTER_REC_NUMB
public SamReadEventCounterCmdBuild(SamRevision revision, SamReadEventCounterCmdBuild.SamEventCounterOperationType operationType, int index)
revision - revision of the SAMoperationType - the counter operation typeindex - the counter indexpublic SamReadEventCounterRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractSamCommandBuilder<SamReadEventCounterRespPars>apduResponse - the response data from the the cardAbstractApduResponseParser