LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
mifare_acr1222L_commands.hpp
Go to the documentation of this file.
1//
2// Created by xaqq on 7/30/15.
3//
4
5#ifndef LIBLOGICALACCESS_MIFARE_ACR1222L_COMMANDS_HPP
6#define LIBLOGICALACCESS_MIFARE_ACR1222L_COMMANDS_HPP
7
9
10#include <string>
11#include <vector>
12#include <iostream>
13
14namespace logicalaccess
15{
16#define CMD_MIFAREACR1222L "MifareACR1222"
17
18class LLA_READERS_PCSC_API MifareACR1222LCommands : public MifarePCSCCommands
19{
20 public:
23 {
24 }
25
26 explicit MifareACR1222LCommands(std::string ct)
28 {
29 }
30
31 virtual ~MifareACR1222LCommands() = default;
32 void increment(uint8_t blockno, uint32_t value) override;
33
34 void decrement(uint8_t blockno, uint32_t value) override;
35};
36}
37
38#endif // LIBLOGICALACCESS_MIFARE_ACR1222L_COMMANDS_HPP
Definition: mifare_acr1222L_commands.hpp:19
MifareACR1222LCommands(std::string ct)
Definition: mifare_acr1222L_commands.hpp:26
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
Mifare pcsc card.
Definition: asn1.hpp:9