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