LibLogicalAccess
2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
plugins
logicalaccess
plugins
readers
pcsc
commands
mifareultralightcomnikeyxx22commands.hpp
Go to the documentation of this file.
1
7
#ifndef LOGICALACCESS_MIFAREULTRALIGHTCOMNIKEYXX22COMMANDS_HPP
8
#define LOGICALACCESS_MIFAREULTRALIGHTCOMNIKEYXX22COMMANDS_HPP
9
10
#include <
logicalaccess/plugins/readers/pcsc/commands/mifareultralightcpcsccommands.hpp
>
11
12
namespace
logicalaccess
13
{
14
#define CMD_MIFAREULTRALIGHTCOMNIKEYXX22 "MifareUltralightCOmnikeyXX22"
15
19
class
LLA_READERS_PCSC_API
MifareUltralightCOmnikeyXX22Commands
20
:
public
MifareUltralightPCSCCommands
21
#ifndef SWIG
22
,
23
public
MifareUltralightCCommands
24
#endif
25
{
26
public
:
30
MifareUltralightCOmnikeyXX22Commands
();
31
32
explicit
MifareUltralightCOmnikeyXX22Commands
(std::string);
33
37
virtual
~MifareUltralightCOmnikeyXX22Commands
();
38
43
void
authenticate(std::shared_ptr<TripleDESKey> authkey)
override
;
44
45
void
writePage(
int
page,
const
ByteVector
&buf)
override
;
46
47
protected
:
48
std::shared_ptr<MifareUltralightChip>
getMifareUltralightChip
()
override
;
49
};
50
}
51
52
#endif
/* LOGICALACCESS_MIFAREULTRALIGHTCOMNIKEYXX22COMMANDS_HPP */
getMifareUltralightChip
LLA_CARDS_MIFAREULTRALIGHT_API void getMifareUltralightChip(std::shared_ptr< logicalaccess::Chip > *chip)
Definition:
libraryentry.cpp:23
logicalaccess::MifareUltralightCCommands
The Mifare Ultralight C commands class.
Definition:
mifareultralightccommands.hpp:21
logicalaccess::MifareUltralightCOmnikeyXX22Commands
The Mifare Ultralight C commands class for Omnikey xx22 reader.
Definition:
mifareultralightcomnikeyxx22commands.hpp:25
logicalaccess::MifareUltralightPCSCCommands
The Mifare Ultralight commands class for PCSC reader.
Definition:
mifareultralightpcsccommands.hpp:25
ByteVector
std::vector< uint8_t > ByteVector
Definition:
lla_fwd.hpp:80
mifareultralightcpcsccommands.hpp
Mifare Ultralight C pcsc card.
logicalaccess
Definition:
asn1.hpp:9
Generated on Wed Mar 29 2023 13:50:38 for LibLogicalAccess by
1.9.6