LibLogicalAccess
2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
plugins
logicalaccess
plugins
readers
pcsc
commands
dummycommand.hpp
Go to the documentation of this file.
1
//
2
// Created by xaqq on 4/28/15.
3
//
4
5
#pragma once
6
7
#include <
logicalaccess/cards/commands.hpp
>
8
9
namespace
logicalaccess
10
{
11
#define CMD_DUMMY "Dummy"
24
class
DummyCommands
:
public
Commands
25
{
26
public
:
27
DummyCommands
()
28
:
Commands
(
CMD_DUMMY
)
29
{
30
}
31
};
32
}
logicalaccess::Commands
The base commands class for all card commands.
Definition:
commands.hpp:21
logicalaccess::DummyCommands
Definition:
dummycommand.hpp:25
logicalaccess::DummyCommands::DummyCommands
DummyCommands()
Definition:
dummycommand.hpp:27
commands.hpp
Commands.
CMD_DUMMY
#define CMD_DUMMY
Definition:
dummycommand.hpp:11
logicalaccess
Definition:
asn1.hpp:9
Generated on Wed Mar 29 2023 13:50:38 for LibLogicalAccess by
1.9.6