LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
acsacr1222lreaderunitconfiguration.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace logicalaccess
6{
10class LLA_READERS_PCSC_API ACSACR1222LReaderUnitConfiguration
12{
13
14 public:
16
17 void resetConfiguration() override;
18
19 void serialize(boost::property_tree::ptree &parentNode) override;
20
21 void unSerialize(boost::property_tree::ptree &node) override;
22
23 PCSCReaderUnitType getPCSCType() const override;
24
25 const std::string &getUserFeedbackReader() const;
26
27 void setUserFeedbackReader(const std::string &);
28
29 private:
38};
39}
Definition: acsacr1222lreaderunitconfiguration.hpp:12
std::string user_feedback_reader_
Definition: acsacr1222lreaderunitconfiguration.hpp:37
The PC/SC reader unit configuration base class.
Definition: pcscreaderunitconfiguration.hpp:75
Definition: asn1.hpp:9
PCSCReaderUnitType
The reader unit types.
Definition: pcscreaderunitconfiguration.hpp:54
PC/SC Reader unit configuration.