LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
mifare_cl1356_commands.hpp
Go to the documentation of this file.
1#ifndef LIBLOGICALACCESS_MIFARE_CL1356_COMMANDS_HPP
2#define LIBLOGICALACCESS_MIFARE_CL1356_COMMANDS_HPP
3
5
6#include <string>
7#include <vector>
8#include <iostream>
9
10namespace logicalaccess
11{
12#define CMD_MIFARECL1356 "MifareCL1356"
13
14class LLA_READERS_PCSC_API MifareCL1356Commands : public MifarePCSCCommands
15{
16 public:
19 {
20 }
21
22 explicit MifareCL1356Commands(std::string ct)
24 {
25 }
26 virtual ~MifareCL1356Commands() = default;
27
28 void increment(uint8_t blockno, uint32_t value) override;
29
30 void decrement(uint8_t blockno, uint32_t value) override;
31};
32}
33
34#endif // LIBLOGICALACCESS_MIFARE_ACR1222L_COMMANDS_HPP
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
Mifare pcsc card.
Definition: asn1.hpp:9