package mixconfig.tools.dataretention.smartcard.commands; import mixconfig.tools.dataretention.smartcard.ApduConstants; public class StartTransactionCommand extends AbstractCommand { public StartTransactionCommand() { instruction = ApduConstants.INSTRUCTION_START_TRANSACTION; expectedReturnDataLength = 0x00; } }