LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
ok5553readercardadapter.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_DEFAULTOK5553READERCARDADAPTER_HPP
8#define LOGICALACCESS_DEFAULTOK5553READERCARDADAPTER_HPP
9
12
13#include <string>
14#include <vector>
15
17
18namespace logicalaccess
19{
23class LLA_READERS_OK5553_API OK5553ReaderCardAdapter : public ReaderCardAdapter
24{
25 public:
30
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 */
A default OK5553 reader/card adapter class.
Definition: ok5553readercardadapter.hpp:24
A reader/card adapter base class. It provide an abstraction layer between the card and the reader to ...
Definition: readercardadapter.hpp:20
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80
Logging header.
Definition: asn1.hpp:9
OK5553 Reader unit.
Reader/card adapter.