LibLogicalAccess
2.5.0
An Open Source RFID Library
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
y
Functions
a
b
c
f
g
h
i
l
n
o
p
r
s
t
u
y
Variables
Typedefs
c
d
e
f
g
i
k
m
o
p
r
s
t
y
Enumerations
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
y
Enumerator
a
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
c
d
e
i
r
s
t
Enumerations
Enumerator
a
c
d
e
f
g
i
k
l
m
n
r
s
u
v
w
Related Functions
:
m
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
y
Functions
_
a
c
d
e
f
g
h
i
k
l
m
p
r
s
t
u
w
x
Variables
_
b
c
d
e
f
h
i
k
l
m
p
s
t
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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