7#ifndef LOGICALACCESS_ISO15693LOCATION_HPP
8#define LOGICALACCESS_ISO15693LOCATION_HPP
11#include <logicalaccess/plugins/cards/iso15693/lla_cards_iso15693_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;
63 bool operator==(
const Location &location)
const override;
A ISO15693 location informations.
Definition: iso15693location.hpp:19
std::string getCardType() override
Get the card type for this location.
Definition: iso15693location.hpp:53
int block
The block.
Definition: iso15693location.hpp:68
A location informations.
Definition: location.hpp:19