7#ifndef LOGICALACCESS_TOPAZLOCATION_HPP
8#define LOGICALACCESS_TOPAZLOCATION_HPP
11#include <logicalaccess/plugins/cards/topaz/lla_cards_topaz_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 location informations.
Definition: location.hpp:19
A Topaz location informations.
Definition: topazlocation.hpp:19
std::string getCardType() override
Get the card type for this location.
Definition: topazlocation.hpp:53
int byte_
The byte.
Definition: topazlocation.hpp:73
int page
The sector.
Definition: topazlocation.hpp:68