1#ifndef LIBLOGICALACCESS_MIFARE_CL1356_COMMANDS_HPP
2#define LIBLOGICALACCESS_MIFARE_CL1356_COMMANDS_HPP
12#define CMD_MIFARECL1356 "MifareCL1356"
28 void increment(uint8_t blockno, uint32_t value)
override;
30 void decrement(uint8_t blockno, uint32_t value)
override;
Definition: mifare_cl1356_commands.hpp:15
MifareCL1356Commands(std::string ct)
Definition: mifare_cl1356_commands.hpp:22
virtual ~MifareCL1356Commands()=default
MifareCL1356Commands()
Definition: mifare_cl1356_commands.hpp:17
The Mifare card provider class for PCSC reader.
Definition: mifarepcsccommands.hpp:28
#define CMD_MIFARECL1356
Definition: mifare_cl1356_commands.hpp:12