7#ifndef LOGICALACCESS_MIFARELOCATION_HPP
8#define LOGICALACCESS_MIFARELOCATION_HPP
11#include <logicalaccess/plugins/cards/mifare/lla_cards_mifare_api.hpp>
38 void serialize(boost::property_tree::ptree &parentNode)
override;
44 void unSerialize(boost::property_tree::ptree &node)
override;
50 std::string getDefaultXmlNodeName()
const override;
66 bool operator==(
const Location &location)
const override;
A location informations.
Definition: location.hpp:19
A Mifare location informations.
Definition: mifarelocation.hpp:22
int sector
The sector.
Definition: mifarelocation.hpp:71
bool useMAD
MAD is used ?
Definition: mifarelocation.hpp:86
int block
The block.
Definition: mifarelocation.hpp:76
unsigned short aid
The MAD Application ID.
Definition: mifarelocation.hpp:91
std::string getCardType() override
Get the card type for this location.
Definition: mifarelocation.hpp:56
int byte_
The byte.
Definition: mifarelocation.hpp:81