LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
cps3commands.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_CPS3COMMANDS_HPP
8#define LOGICALACCESS_CPS3COMMANDS_HPP
9
10#include <logicalaccess/key.hpp>
13
14namespace logicalaccess
15{
16#define CMD_CPS3 "CPS3"
17
21class LLA_CARDS_CPS3_API CPS3Commands : public Commands
22{
23 public:
26 {
27 }
28
29 explicit CPS3Commands(std::string ct)
30 : Commands(ct)
31 {
32 }
33};
34}
35
36#endif
The CPS3 commands class.
Definition: cps3commands.hpp:22
CPS3Commands(std::string ct)
Definition: cps3commands.hpp:29
CPS3Commands()
Definition: cps3commands.hpp:24
The base commands class for all card commands.
Definition: commands.hpp:21
Commands.
#define CMD_CPS3
Definition: cps3commands.hpp:16
CPS3 location.
Definition: asn1.hpp:9