public final class GetDataTraceCmdBuild extends AbstractPoCommandBuilder<GetDataTraceRespPars>
This command can not be sent in session because it would generate a 6Cxx status in contact mode and thus make calculation of the digest impossible.
| Constructor and Description |
|---|
GetDataTraceCmdBuild(PoClass poClass)
Instantiates a new GetDataTraceCmdBuild.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataTraceRespPars |
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 GetDataTraceCmdBuild(PoClass poClass)
poClass - indicates which CLA byte should be used for the Apdupublic GetDataTraceRespPars createResponseParser(org.eclipse.keyple.core.card.message.ApduResponse apduResponse)
createResponseParser in class AbstractPoCommandBuilder<GetDataTraceRespPars>apduResponse - the response data from the the cardAbstractApduResponseParserpublic boolean isSessionBufferUsed()
Allows the management of the overflow of this buffer.
This command doesn't modify the contents of the PO and therefore doesn't uses the session buffer.
isSessionBufferUsed in class AbstractPoCommandBuilder<GetDataTraceRespPars>