7#ifndef LOGICALACCESS_FELICALOCATION_HPP
8#define LOGICALACCESS_FELICALOCATION_HPP
11#include <logicalaccess/plugins/cards/felica/lla_cards_felica_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 FeliCa location informations.
Definition: felicalocation.hpp:19
std::string getCardType() override
Get the card type for this location.
Definition: felicalocation.hpp:53
unsigned short code
The service code or area code.
Definition: felicalocation.hpp:68
unsigned short block
The block.
Definition: felicalocation.hpp:73
A location informations.
Definition: location.hpp:19