7#ifndef LOGICALACCESS_MIFAREULTRALIGHTLOCATION_HPP
8#define LOGICALACCESS_MIFAREULTRALIGHTLOCATION_HPP
11#include <logicalaccess/plugins/cards/mifareultralight/lla_cards_mifareultralight_api.hpp>
35 void serialize(boost::property_tree::ptree &parentNode)
override;
41 void unSerialize(boost::property_tree::ptree &node)
override;
47 std::string getDefaultXmlNodeName()
const override;
55 return "MifareUltralight";
63 bool operator==(
const Location &location)
const override;
A location informations.
Definition: location.hpp:19
A Mifare Ultralight location informations.
Definition: mifareultralightlocation.hpp:19
int byte_
The byte.
Definition: mifareultralightlocation.hpp:73
std::string getCardType() override
Get the card type for this location.
Definition: mifareultralightlocation.hpp:53
int page
The sector.
Definition: mifareultralightlocation.hpp:68