5#ifndef LIBLOGICALACCESS_MIFAREPLUSACCESSINFO_SL1_HPP
6#define LIBLOGICALACCESS_MIFAREPLUSACCESSINFO_SL1_HPP
10#include <logicalaccess/plugins/cards/mifareplus/lla_cards_mifareplus_api.hpp>
11#include <boost/property_tree/ptree.hpp>
20 void serialize(boost::property_tree::ptree &parentNode)
override;
22 void unSerialize(boost::property_tree::ptree &parentNode)
override;
24 std::string getDefaultXmlNodeName()
const override;
26 std::string getCardType()
const override;
A Mifare access informations.
Definition: mifareaccessinfo.hpp:26
Definition: mifareplussl1accessinfo.hpp:16
std::shared_ptr< AES128Key > aesAuthKey
Definition: mifareplussl1accessinfo.hpp:31