getApplicationVersion method

Uint8List getApplicationVersion()

Implementation

Uint8List getApplicationVersion() {
  return _toApdu(0x00, Instruction.getVersion, 0x00, 0x00, []);
}