LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
omnikeyxx22readerunit.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_OMNIKEYXX22READERUNIT_HPP
8#define LOGICALACCESS_OMNIKEYXX22READERUNIT_HPP
9
11
12namespace logicalaccess
13{
17class LLA_READERS_PCSC_API OmnikeyXX22ReaderUnit : public OmnikeyXX21ReaderUnit
18{
19 public:
23 explicit OmnikeyXX22ReaderUnit(const std::string &name);
24
28 virtual ~OmnikeyXX22ReaderUnit();
29
30
35 PCSCReaderUnitType getPCSCType() const override;
36};
37}
38
39#endif
The Omnikey XX21 reader unit class.
Definition: omnikeyxx21readerunit.hpp:25
The Omnikey XX22 reader unit class.
Definition: omnikeyxx22readerunit.hpp:18
Definition: asn1.hpp:9
PCSCReaderUnitType
The reader unit types.
Definition: pcscreaderunitconfiguration.hpp:54
Omnikey XX21 Reader unit.