7#ifndef LOGICALACCESS_NFCDATA_HPP
8#define LOGICALACCESS_NFCDATA_HPP
21 static ByteVector dataToTLV(std::shared_ptr<NfcData> data);
22 static std::vector<std::shared_ptr<NfcData> > tlvToData(
ByteVector tlv);
23 void serialize(boost::property_tree::ptree &parentNode)
override;
24 void unSerialize(boost::property_tree::ptree &node)
override;
25 std::string getDefaultXmlNodeName()
const override;
27 void setType(
char type);
Definition: nfcdata.hpp:16
char m_type
Definition: nfcdata.hpp:29
A Xml Serializable base class. Add Xml serialization to a class.
Definition: xmlserializable.hpp:54
std::vector< uint8_t > ByteVector
Definition: lla_fwd.hpp:80