LibLogicalAccess
2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
plugins
logicalaccess
plugins
readers
ok5553
readercardadapters
ok5553readercardadapter.hpp
Go to the documentation of this file.
1
7
#ifndef LOGICALACCESS_DEFAULTOK5553READERCARDADAPTER_HPP
8
#define LOGICALACCESS_DEFAULTOK5553READERCARDADAPTER_HPP
9
10
#include <
logicalaccess/cards/readercardadapter.hpp
>
11
#include <
logicalaccess/plugins/readers/ok5553/ok5553readerunit.hpp
>
12
13
#include <string>
14
#include <vector>
15
16
#include <
logicalaccess/plugins/llacommon/logs.hpp
>
17
18
namespace
logicalaccess
19
{
23
class
LLA_READERS_OK5553_API
OK5553ReaderCardAdapter
:
public
ReaderCardAdapter
24
{
25
public
:
29
OK5553ReaderCardAdapter
();
30
34
virtual
~OK5553ReaderCardAdapter
();
35
41
ByteVector
adaptCommand(
const
ByteVector
&command)
override
;
42
48
ByteVector
adaptAnswer(
const
ByteVector
&answer)
override
;
49
50
ByteVector
sendAsciiCommand(
const
std::string &command,
long
int
timeout = 2000);
51
};
52
}
53
54
#endif
/* LOGICALACCESS_DEFAULTOK5553READERCARDADAPTER_HPP */
logicalaccess::OK5553ReaderCardAdapter
A default OK5553 reader/card adapter class.
Definition:
ok5553readercardadapter.hpp:24
logicalaccess::ReaderCardAdapter
A reader/card adapter base class. It provide an abstraction layer between the card and the reader to ...
Definition:
readercardadapter.hpp:20
ByteVector
std::vector< uint8_t > ByteVector
Definition:
lla_fwd.hpp:80
logs.hpp
Logging header.
logicalaccess
Definition:
asn1.hpp:9
ok5553readerunit.hpp
OK5553 Reader unit.
readercardadapter.hpp
Reader/card adapter.
Generated on Wed Mar 29 2023 13:50:38 for LibLogicalAccess by
1.9.6