7#ifndef LOGICALACCESS_LIBUSBREADERUNITCONFIGURATION_HPP
8#define LOGICALACCESS_LIBUSBREADERUNITCONFIGURATION_HPP
11#include <logicalaccess/plugins/readers/libusb/lla_readers_libusb_api.hpp>
34 void resetConfiguration()
override;
40 void serialize(boost::property_tree::ptree &parentNode)
override;
46 void unSerialize(boost::property_tree::ptree &node)
override;
52 std::string getDefaultXmlNodeName()
const override;
54 unsigned char getSlot()
const;
56 void setSlot(
unsigned char slot);
The LibUSB reader unit configuration base class.
Definition: libusbreaderunitconfiguration.hpp:19
unsigned char d_slot
Definition: libusbreaderunitconfiguration.hpp:60
The reader unit configuration base class. Describe the configuration for a reader unit.
Definition: readerunitconfiguration.hpp:20
Reader unit configuration.