LibLogicalAccess  2.5.0
An Open Source RFID Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dummycommand.hpp
Go to the documentation of this file.
1//
2// Created by xaqq on 4/28/15.
3//
4
5#pragma once
6
8
9namespace logicalaccess
10{
11#define CMD_DUMMY "Dummy"
24class DummyCommands : public Commands
25{
26 public:
29 {
30 }
31};
32}
The base commands class for all card commands.
Definition: commands.hpp:21
Definition: dummycommand.hpp:25
DummyCommands()
Definition: dummycommand.hpp:27
Commands.
#define CMD_DUMMY
Definition: dummycommand.hpp:11
Definition: asn1.hpp:9