5#ifndef LIBLOGICALACCESS_MIFARE_ACR1222L_COMMANDS_HPP
6#define LIBLOGICALACCESS_MIFARE_ACR1222L_COMMANDS_HPP
16#define CMD_MIFAREACR1222L "MifareACR1222"
32 void increment(uint8_t blockno, uint32_t value)
override;
34 void decrement(uint8_t blockno, uint32_t value)
override;
Definition: mifare_acr1222L_commands.hpp:19
MifareACR1222LCommands(std::string ct)
Definition: mifare_acr1222L_commands.hpp:26
virtual ~MifareACR1222LCommands()=default
MifareACR1222LCommands()
Definition: mifare_acr1222L_commands.hpp:21
The Mifare card provider class for PCSC reader.
Definition: mifarepcsccommands.hpp:28
#define CMD_MIFAREACR1222L
Definition: mifare_acr1222L_commands.hpp:16