LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
omnikeylanxx21readerunit.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_OMNIKEYLANXX21READERUNIT_HPP
8#define LOGICALACCESS_OMNIKEYLANXX21READERUNIT_HPP
9
11
12#include <string>
13#include <vector>
14#include <iostream>
15
16namespace logicalaccess
17{
21class LLA_READERS_PCSC_API OmnikeyLANXX21ReaderUnit : public OmnikeyXX21ReaderUnit
22{
23 public:
27 explicit OmnikeyLANXX21ReaderUnit(const std::string &name);
28
33
38 PCSCReaderUnitType getPCSCType() const override;
39
44 bool connectToReader() override;
45
49 void disconnectFromReader() override;
50
51 protected:
52 void sendControlMode(DWORD dwControlCode) const;
53};
54}
55
56#endif
The Omnikey XX21 reader unit class.
Definition: omnikeylanxx21readerunit.hpp:22
The Omnikey XX21 reader unit class.
Definition: omnikeyxx21readerunit.hpp:25
Definition: asn1.hpp:9
PCSCReaderUnitType
The reader unit types.
Definition: pcscreaderunitconfiguration.hpp:54
Omnikey XX21 Reader unit.