LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
cherryreaderunit.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_CHERRYREADERUNIT_HPP
8#define LOGICALACCESS_CHERRYREADERUNIT_HPP
9
11
12#include <string>
13#include <vector>
14#include <iostream>
15
16namespace logicalaccess
17{
21class LLA_READERS_PCSC_API CherryReaderUnit : public PCSCReaderUnit
22{
23 public:
27 explicit CherryReaderUnit(const std::string &name);
28
32 virtual ~CherryReaderUnit();
33
38 PCSCReaderUnitType getPCSCType() const override;
39};
40}
41
42#endif
The Cherry reader unit class.
Definition: cherryreaderunit.hpp:22
The PC/SC reader unit class.
Definition: pcscreaderunit.hpp:23
Definition: asn1.hpp:9
PCSCReaderUnitType
The reader unit types.
Definition: pcscreaderunitconfiguration.hpp:54
PC/SC Reader unit.