menu
yubikit_openpgp package
documentation
commands.dart
YubikitOpenPGPCommands
getApplicationVersion method
getApplicationVersion method
dark_mode
light_mode
getApplicationVersion
method
Uint8List
getApplicationVersion
(
)
Implementation
Uint8List getApplicationVersion() { return _toApdu(0x00, Instruction.getVersion, 0x00, 0x00, []); }
yubikit_openpgp package
documentation
commands
YubikitOpenPGPCommands
getApplicationVersion method
YubikitOpenPGPCommands class