LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
omnikeyreaderunit.hpp
Go to the documentation of this file.
1
7#ifndef LOGICALACCESS_OMNIKEYREADERUNIT_HPP
8#define LOGICALACCESS_OMNIKEYREADERUNIT_HPP
9
11
12#include <string>
13#include <vector>
14#include <iostream>
15#include <map>
16
17namespace logicalaccess
18{
22class LLA_READERS_PCSC_API OmnikeyReaderUnit : public PCSCReaderUnit
23{
24 public:
28 explicit OmnikeyReaderUnit(const std::string &name);
29
33 virtual ~OmnikeyReaderUnit();
34
39 std::string getInternalReaderSerialNumber();
40
49 bool waitRemoval(unsigned int maxwait) override;
50};
51}
52
53#endif
The Omnikey reader unit base class.
Definition: omnikeyreaderunit.hpp:23
The PC/SC reader unit class.
Definition: pcscreaderunit.hpp:23
Definition: asn1.hpp:9
PC/SC Reader unit.